File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ OpenTelemetry .NET project.
1212- Setup the OTLP exporter for metrics, logs, and traces - see the
1313 [ exporter README] [ exporter-readme ] for details. The exporter will respect the
1414 previously set environment variables:
15- - ` OTEL_EXPORTER_OTLP_PROTOCOL `
16- - ` OTEL_EXPORTER_OTLP_ENDPOINT `
17- - ` OTEL_EXPORTER_OTLP_HEADERS `
15+ - ` OTEL_EXPORTER_OTLP_PROTOCOL `
16+ - ` OTEL_EXPORTER_OTLP_ENDPOINT `
17+ - ` OTEL_EXPORTER_OTLP_HEADERS `
1818- Install and configure any desired instrumentation packages
1919 [ listed here] ( ./supported-instrumentations.md )
2020- [ Add the OpenTelemetry resource attributes] [ resource-attributes ]
2121 via the ` OTEL_RESOURCE_ATTRIBUTES ` environment variable
22- - ` service.name `
23- - ` service.namespace `
24- - ` service.instance.id `
25- - ` service.version `
26- - ` deployment.environment `
22+ - ` service.name `
23+ - ` service.namespace `
24+ - ` service.instance.id `
25+ - ` service.version `
26+ - ` deployment.environment `
2727
2828``` shell
2929export OTEL_RESOURCE_ATTRIBUTES=service.instance.id=< pod123> ,deployment.environment=...
You can’t perform that action at this time.
0 commit comments