You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Since there's no dominant logging library in Golang(unlike Java), things are a bit more complicated here. So I wonder if there's a plan to implement log correlation for Go?
Describe the solution you'd like
Integrated contextual logging support for popular logging libraries like logrus, zap, etc.
Is your feature request related to a problem? Please describe.
Log correlation draft:
https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/LogCorrelation.md
Java implementation:
https://github.com/census-instrumentation/opencensus-java/tree/master/contrib/log_correlation/log4j2
Since there's no dominant logging library in Golang(unlike Java), things are a bit more complicated here. So I wonder if there's a plan to implement log correlation for Go?
Describe the solution you'd like
Integrated contextual logging support for popular logging libraries like logrus, zap, etc.
Describe alternatives you've considered
Related issue:
census-instrumentation/opencensus-specs#130
The text was updated successfully, but these errors were encountered: