Skip to content

Commit 09f9bfe

Browse files
authored
Add links to alloy docs (#1929)
Links to Alloy Docs for k8sprocessor labels and annotations extraction
1 parent a3cd1f1 commit 09f9bfe

File tree

1 file changed

+2
-2
lines changed
  • charts/k8s-monitoring/charts/feature-application-observability

1 file changed

+2
-2
lines changed

charts/k8s-monitoring/charts/feature-application-observability/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ processors:
218218
- k8s.pod.uid
219219
- k8s.pod.start_time
220220

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
222222
# @section -- Processors: K8s Attributes
223223
labels: []
224224

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
226226
# @section -- Processors: K8s Attributes
227227
annotations: []
228228

0 commit comments

Comments
 (0)