Defining a a logging structure for a Python/.NET application #778
Replies: 1 comment 3 replies
-
|
logs proto is not fully structured https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/logs/v1/logs.proto, but has some elements of a structure. You can read some discussions here: open-telemetry/opentelemetry-specification#1752 As per libraries - in .NET ILogger is used, while Request is enforced by other library that exists in parallel - CC: @open-telemetry/dotnet-instrumentation-approvers @open-telemetry/python-approvers @open-telemetry/specs-logs-approvers |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm asked to suggest a library for enforcing structured logging, especially with a Request/Trace ID.
The more I hear about Opentelemetry, the more I wonder, is there an interoperable structured logging format/structure that I could leverage in the project to achieve the above goals?
Thank you in advance,
Beta Was this translation helpful? Give feedback.
All reactions