tokers commented on issue #7674: URL: https://github.com/apache/apisix/issues/7674#issuecomment-1216249581
> I'm sure I just use system generated trace_id. In my yaml file, I just simply use like below, I didn't use any other attributes, you can also see in the json object. > > ```yaml > - name: opentelemetry > enable: true > config: > sampler: > name: always_on > ``` > > Here is a request header example: <img alt="image" width="767" src="https://user-images.githubusercontent.com/38489160/184805662-e1911917-f998-45e8-aba0-ee499e2f9694.png"> @akalittle It's not the config from the `ApisixRoute` but the APISIX `config-default.yaml`. By default the trace id is generated from x-request-id. -- 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]
