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: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ All configuration is via environment variables. Set them in your shell profile (
90
90
|`OPENCODE_DISABLE_METRICS`|_(unset)_| Comma-separated list of metric name suffixes to disable (e.g. `cache.count,session.duration`) |
91
91
|`OPENCODE_OTLP_HEADERS`|_(unset)_| Comma-separated `key=value` headers added to all OTLP exports. **Keep out of version control — may contain sensitive auth tokens.**|
92
92
|`OPENCODE_RESOURCE_ATTRIBUTES`|_(unset)_| Comma-separated `key=value` pairs merged into the OTel resource. Example: `service.version=1.2.3,deployment.environment=production`|
93
+
|`OPENCODE_OTLP_METRICS_TEMPORALITY`|_(unset)_| Metrics aggregation temporality: `delta`, `cumulative`, or `lowmemory`. Required for Datadog (`delta`). Copied to `OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE`. |
0 commit comments