File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/opentelemetry-demo Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : opentelemetry-demo
33type : application
4- version : 0.4.12
4+ version : 0.4.13
55description : A helm chart for openTelemetry community demo application integration with other component.
66sources :
77 - https://github.com/openinsight-proj/openinsight-helm-charts
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ kind: ServiceMonitor
44metadata :
55 labels :
66 operator.insight.io/managed-by : insight
7- name : adservice -monitor
7+ name : otelcol -monitor
88spec :
99 endpoints :
1010 - honorLabels : true
11- port : http-metrics
11+ port : prometheus
1212 namespaceSelector :
1313 matchNames :
1414 - {{ .Release.Namespace }}
1515 selector :
1616 matchLabels :
17- app.kubernetes.io/component : adservice
17+ app.kubernetes.io/name : otelcol
1818{{- end }}
1919
You can’t perform that action at this time.
0 commit comments