Skip to content

Commit

Permalink
Support add_full_pod_name_metric_label for awscontainerinsightreceive…
Browse files Browse the repository at this point in the history
…r reciver (#46)

The "FullPodName" attribute is the pod name including suffix. If false FullPodName label is not added. The default value is false
  • Loading branch information
dpattmann authored Jun 8, 2022
1 parent 7a7e03d commit e090712
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ data:
container_orchestrator: {{ .Values.adotCollector.daemonSet.cwreceivers.containerOrchestrator }}
add_service_as_attribute: {{ .Values.adotCollector.daemonSet.cwreceivers.addServiceAsAttribute }}
prefer_full_pod_name: {{ .Values.adotCollector.daemonSet.cwreceivers.preferFullPodName }}
add_full_pod_name_metric_label: {{ .Values.adotCollector.daemonSet.cwreceivers.addFullPodNameMetricLabel }}
prometheus:
config:
global:
Expand Down
3 changes: 3 additions & 0 deletions charts/adot-exporter-for-eks-on-ec2/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,9 @@
},
"preferFullPodName": {
"type": "string"
},
"addFullPodNameMetricLabel": {
"type": "string"
}
}
},
Expand Down
1 change: 1 addition & 0 deletions charts/adot-exporter-for-eks-on-ec2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ adotCollector:
containerOrchestrator: ""
addServiceAsAttribute: ""
preferFullPodName: ""
addFullPodNameMetricLabel: ""
processors:
timeout: 60s
cwexporters:
Expand Down

0 comments on commit e090712

Please sign in to comment.