Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 2c5a4b7

Browse files
Update gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst
Co-authored-by: jvoravong <[email protected]>
1 parent d81d3d9 commit 2c5a4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/opentelemetry/automatic-discovery/k8s/k8s-backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To properly ingest trace telemetry data, the attribute ``deployment.environment`
132132
* - Through the values.yaml file ``environment`` configuration
133133
- Applies the attribute to all telemetry data (metrics, logs, traces) exported through the collector.
134134
- The chart will set an attribute processor to add ``deployment.environment=prd`` to all telemetry data processed by the collector.
135-
* - Through the values.yaml file and ``operator.instrumentation.env`` or ``operator.instrumentation.{instrumentation_library}.env`` configuration
135+
* - Through the values.yaml file and ``instrumentation.env`` or ``instrumentation.{instrumentation_library}.env`` configuration
136136
- Allows you to set ``deployment.environment`` either for all auto-instrumented applications collectively or per auto-instrumentation language.
137137
- Add the ``OTEL_RESOURCE_ATTRIBUTES`` environment variable, setting its value to ``deployment.environment=prd``.
138138
* - Through your Kubernetes application deployment, daemonset, or pod specification

0 commit comments

Comments
 (0)