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
Copy file name to clipboardExpand all lines: documentation/docs/guides/environment-variables.md
+38-16Lines changed: 38 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,27 +440,49 @@ Beyond goose's built-in [logging system](/docs/guides/logs), you can export tele
440
440
441
441
### OpenTelemetry Protocol (OTLP)
442
442
443
-
Configure goose to export traces and metrics to any OTLP-compatible observability platform.
444
-
OTLP is the standard protocol for sending telemetry collected by [OpenTelemetry](https://opentelemetry.io/docs/). When configured, goose exports telemetry asynchronously and flushes on exit.
443
+
Configure goose to export traces, metrics, and logs to any
0 commit comments