Skip to content

Commit

Permalink
update otel-collector version to 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
momentmaker committed Feb 27, 2024
1 parent 8d38730 commit 7cc7a31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/chainlink-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
repository: "https://www.mock-server.com"
condition: mockserver.enabled
- name: opentelemetry-collector
version: "0.82.0"
version: "0.95.0"
repository: "https://open-telemetry.github.io/opentelemetry-helm-charts"
condition: opentelemetry-collector.enabled
- name: tempo
Expand Down
7 changes: 7 additions & 0 deletions charts/chainlink-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ runner:
opentelemetry-collector:
enabled: true
mode: deployment
image:
repository: otel/opentelemetry-collector
tag: 0.95.0
command:
name: otelcol
extraVolumes:
Expand Down Expand Up @@ -235,6 +238,8 @@ opentelemetry-collector:

tempo:
enabled: true
image:
tag: "1.7.2"
server:
http_listen_port: 3200
# default storage path: /var/tempo/
Expand Down Expand Up @@ -265,6 +270,8 @@ tempo:

grafana:
enabled: true
image:
tag: 7.3.2
rbac:
namespaced: true
datasources:
Expand Down

0 comments on commit 7cc7a31

Please sign in to comment.