Skip to content

Commit

Permalink
[processor/k8sattributesprocessor] Fix doc config indentation (open-t…
Browse files Browse the repository at this point in the history
…elemetry#21511)

fix(k8sAttributeProcessor): doc config indentation

Signed-off-by: paologallinaharbur <paologallina1992@gmail.com>
  • Loading branch information
paologallinaharbur authored May 5, 2023
1 parent 1108ae9 commit 702ea8a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions processor/k8sattributesprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,28 +105,28 @@ labels:
```yaml
k8sattributes:
k8sattributes/2:
auth_type: "serviceAccount"
passthrough: false
filter:
node_from_env_var: KUBE_NODE_NAME
extract:
metadata:
- k8s.pod.name
- k8s.pod.uid
- k8s.deployment.name
- k8s.namespace.name
- k8s.node.name
- k8s.pod.start_time
pod_association:
- sources:
- from: resource_attribute
name: k8s.pod.ip
- sources:
- from: resource_attribute
name: k8s.pod.uid
- sources:
- from: connection
k8sattributes/2:
auth_type: "serviceAccount"
passthrough: false
filter:
node_from_env_var: KUBE_NODE_NAME
extract:
metadata:
- k8s.pod.name
- k8s.pod.uid
- k8s.deployment.name
- k8s.namespace.name
- k8s.node.name
- k8s.pod.start_time
pod_association:
- sources:
- from: resource_attribute
name: k8s.pod.ip
- sources:
- from: resource_attribute
name: k8s.pod.uid
- sources:
- from: connection
```
## Role-based access control
Expand Down

0 comments on commit 702ea8a

Please sign in to comment.