Replies: 1 comment 3 replies
-
We don't have update for that. You may need to debug it from nginx context. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
kong version 2.8+
Kong gateway installed Skywalking Kong normally and collected data to OAP
https://github.com/apache/skywalking-kong
We attempted to obtain tracid through the following log configuration and found that $http_trace_id is an empty value. How should we obtain it?
log_format json '{"access_time":"$time_iso8601",'
'"clientip":"$remote_addr",'
'"remote_user": "$remote_user", '
'"size":$body_bytes_sent,'
'"tracid":"$http_trace_id",'}';
Beta Was this translation helpful? Give feedback.
All reactions