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: charts/k8s-monitoring/charts/feature-application-observability/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -218,11 +218,11 @@ processors:
218
218
- k8s.pod.uid
219
219
- k8s.pod.start_time
220
220
221
-
# -- Kubernetes labels to extract and add to the attributes of the received telemetry data.
221
+
# -- Kubernetes labels to extract and add to the attributes of the received telemetry data in the form of a list of otelcol.processor.k8sattributes extract > label blocks. Docs: https://grafana.com/docs/agent/latest/flow/reference/components/otelcol.processor.k8sattributes/#extract-label-block
222
222
# @section -- Processors: K8s Attributes
223
223
labels: []
224
224
225
-
# -- Kubernetes annotations to extract and add to the attributes of the received telemetry data.
225
+
# -- Kubernetes annotations to extract and add to the attributes of the received telemetry data in the form of a list of otelcol.processor.k8sattributes extract > annotation blocks. Docs: https://grafana.com/docs/agent/latest/flow/reference/components/otelcol.processor.k8sattributes/#annotation-block
0 commit comments