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
If I specified OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED to true, the log which use logging will be send to opentelemetry collector, but disappear in console.
How can I send the log to opentelemetry and print in console by logging using python auto instrumentation?
If possible, I want to maintain the concept of zero code. I don't want to change the application code.
thanks
Describe the solution you'd like
I can use variable or something that I can send logging log to console and opentelemetry collector
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I use python auto instrumentation for my FastAPI application.
I want to do zero code insert for opentelemetry like this docs
The log and trace were perfectly send to opentelemetry collector by following instrumentation in kubernetes:
If I specified OTEL_PYTHON_LOGGING_AUTO_INSTRUMENTATION_ENABLED to true, the log which use logging will be send to opentelemetry collector, but disappear in console.
How can I send the log to opentelemetry and print in console by logging using python auto instrumentation?
If possible, I want to maintain the concept of zero code. I don't want to change the application code.
thanks
Describe the solution you'd like
I can use variable or something that I can send logging log to console and opentelemetry collector
Describe alternatives you've considered
No response
Additional Context
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: