shelltea opened a new issue #8305: URL: https://github.com/apache/skywalking/issues/8305
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component OAP server (apache/skywalking) ### What happened 1. Set `SW_PLUGIN_HTTP_INCLUDE_HTTP_HEADERS=x-request-id,x-correlation-id` in environment. 2. OAP-Server Set `SW_SEARCHABLE_TAG_KEYS=http.method,http.headers,status_code,db.type,db.instance,mq.queue,mq.topic,mq.broker` in environment. 2. 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' ``` 3. On trace page   4. Search tag like this:   Got nothing ,or search like this:   ### 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 - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
