-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
agentLanguage agent related.Language agent related.bugSomething isn't working and you are sure it's a bug!Something isn't working and you are sure it's a bug!good first issueGood first issue for beginnersGood first issue for beginnerspluginPlugin for agent or collector. Be used to extend the capabilities of default implementor.Plugin for agent or collector. Be used to extend the capabilities of default implementor.
Description
Search before asking
- I had searched in the issues and found no similar issues.
Apache SkyWalking Component
OAP server (apache/skywalking)
What happened
- Set
SW_PLUGIN_HTTP_INCLUDE_HTTP_HEADERS=x-request-id,x-correlation-idin environment. - OAP-Server Set
SW_SEARCHABLE_TAG_KEYS=http.method,http.headers,status_code,db.type,db.instance,mq.queue,mq.topic,mq.brokerin environment. - Send a request with header x-request-id and x-correlation-id like this:
curl "http://localhost:8080/a" \
-H 'X-Request-ID: 64b95619-be46-4b4b-98f9-14fa24bc3452' \
-H 'X-Correlation-ID: a3370c3d-53d5-4a3b-b6e2-411eebd42dec'
What you expected to happen
Can search with http headers.
How to reproduce
Just like that.
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agentLanguage agent related.Language agent related.bugSomething isn't working and you are sure it's a bug!Something isn't working and you are sure it's a bug!good first issueGood first issue for beginnersGood first issue for beginnerspluginPlugin for agent or collector. Be used to extend the capabilities of default implementor.Plugin for agent or collector. Be used to extend the capabilities of default implementor.





