File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Next.js Configuration
2+ NEXT_TELEMETRY_DISABLED = 1
3+
14# OpenTelemetry Configuration
25
3- # Individual endpoint configuration (preferred)
6+ # # Individual endpoint configuration (preferred)
47OTEL_EXPORTER_OTLP_TRACES_ENDPOINT = http://localhost:4318/v1/traces
58OTEL_EXPORTER_OTLP_METRICS_ENDPOINT = http://localhost:4318/v1/metrics
69OTEL_EXPORTER_OTLP_LOGS_ENDPOINT = http://localhost:4318/v1/logs
710
8- # Authentication headers
9- # Examples:
10- # OTEL_EXPORTER_OTLP_HEADERS=Authorization=Basic {base64-encoded-credentials}
11- # OTEL_EXPORTER_OTLP_HEADERS=x-api-key={your-api-key}
11+ # # Authentication headers
12+ # # Examples:
13+ # # OTEL_EXPORTER_OTLP_HEADERS=Authorization=Basic {base64-encoded-credentials}
14+ # # OTEL_EXPORTER_OTLP_HEADERS=x-api-key={your-api-key}
1215OTEL_EXPORTER_OTLP_HEADERS =
1316
14- # Service name
17+ # # Service name
1518OTEL_SERVICE_NAME = quintet
You can’t perform that action at this time.
0 commit comments