[Feature] How to view zap Caller in skywalking-ui #12747
Unanswered
Capricornwqh
asked this question in
Q&A
Replies: 1 comment 5 replies
-
We only support reporting the labels by self-customization. If you want to add the caller, you must change the reporter code in there, the caller is inside the entry parameter. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Search before asking
Description
...
"caller":"zap/options.go:212",
"func":"github.com/grpc-ecosystem/go-grpc-middleware/logging/zap.DefaultMessageProducer",
"msg":"finished unary call with code OK"
...
"SW_AGENT_LOG_REPORTER_LABEL_KEYS": "caller,func" ,
SW_AGENT_LOG_REPORTER_LABEL_KEYS is not work
Use case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions