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
Chaperone is fully instrumented for OpenTelemetry traces & logs. Although disabled by default, instrumentation can enabled via the [standard OpenTelemetry environment variables](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration).
59
+
Chaperone is fully instrumented for OpenTelemetry traces & logs. Although disabled by default, instrumentation can enabled by setting `OTEL_ENABLED` to true and is configured via the [standard OpenTelemetry environment variables](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration).
60
60
61
-
Logs are always emmitted to stderr, in addition to
61
+
Logs are always emmitted to stderr, in addition to the optional OpenTelemetry exporter.
0 commit comments