Skip to content

Commit ac6474c

Browse files
authored
[exporter/datadogexporter] update ConfigMap verbiage in system metrics for clarity (#31990)
**Description:** Changing "Comment out..." to "Uncomment" as "comment out" usually means to remove parsable code by adding comment notation, not removing comments to make the code parsable. This could cause some confusion.
1 parent cc17c28 commit ac6474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/datadogexporter/examples/k8s-chart/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ data:
4040
include:
4141
# This will ensure that logs from the following path are collected.
4242
- /var/log/**/*otel-collector*/*.log
43-
# # Comment out this block below to get access to system metrics regarding
43+
# # Uncomment this block below to get access to system metrics regarding
4444
# # the OpenTelemetry Collector and its environment, such as spans or metrics
4545
# # processed, running and sent, queue sizes, uptime, k8s information
4646
# # and much more.

0 commit comments

Comments
 (0)