File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
helm-charts/o11y-collector Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : o11y-collector
3
- version : 0.1 .0
3
+ version : 0.2 .0
4
4
description : Splunk Observability Collector for Kubernetes Helm Chart
5
5
type : application
6
6
keywords :
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ exporters:
142
142
# Will be set to {{ .Values.splunkAccessToken }}
143
143
access_token :
144
144
send_compatible_metrics : true
145
+ sync_host_metadata : true
145
146
timeout : 5s
146
147
147
148
service :
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ spec:
134
134
135
135
# Host specific resource attributes
136
136
- name : OTEL_RESOURCE
137
- value : host=$(K8S_NODE_NAME),k8s.node.name=$(K8S_NODE_NAME)
137
+ value : host.name =$(K8S_NODE_NAME),k8s.node.name=$(K8S_NODE_NAME)
138
138
{{- end }}
139
139
140
140
readinessProbe :
Original file line number Diff line number Diff line change @@ -521,7 +521,7 @@ image:
521
521
# The name of the opentelemetry collector image to pull
522
522
name : otel/opentelemetry-collector-contrib-dev
523
523
# The tag of the opentelemetry collector image to pull
524
- tag : 01929002a8cb5029a338bda86d06778e3017c672
524
+ tag : e3493cedf4b6f7419be7e4e61b4186e51073f411
525
525
# The policy that specifies when the user wants the opentelemetry collector images to be pulled
526
526
pullPolicy : IfNotPresent
527
527
You can’t perform that action at this time.
0 commit comments