-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add tracing to chainlink-cluster (#11939)
* add init helmchart for tempo and otel-collector * add grafana, otel-collector and tempo to helm chart * update grafana version * add securityContext for tempo and otel * add storage to tempo * format * add tempo key * update to latest charts * update chart versions * add charts-repo to ct.yml * fix typo * add another step to add helm repos * explicit
- Loading branch information
1 parent
63d4bdf
commit f4e6852
Showing
5 changed files
with
143 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
dependencies: | ||
- name: mockserver | ||
repository: https://www.mock-server.com | ||
version: 5.14.0 | ||
- name: opentelemetry-collector | ||
repository: https://open-telemetry.github.io/opentelemetry-helm-charts | ||
version: 0.81.2 | ||
- name: tempo | ||
repository: https://grafana.github.io/helm-charts | ||
version: 1.7.2 | ||
- name: grafana | ||
repository: https://grafana.github.io/helm-charts | ||
version: 7.3.2 | ||
digest: sha256:fb13a8a7b490fd1e388a6b082e50d65a39f44a28030d66559d4640c687a70e20 | ||
generated: "2024-02-23T15:22:09.284013-06:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
apiVersion: v2 | ||
name: chainlink-cluster | ||
description: Chainlink nodes cluster | ||
version: 0.2.0 | ||
version: 0.3.0 | ||
appVersion: "2.6.0" | ||
dependencies: | ||
- name: mockserver | ||
version: "5.14.0" | ||
repository: "https://www.mock-server.com" | ||
condition: mockserver.enabled | ||
- name: opentelemetry-collector | ||
version: "0.81.2" | ||
repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" | ||
condition: opentelemetry-collector.enabled | ||
- name: tempo | ||
version: "1.7.2" | ||
repository: "https://grafana.github.io/helm-charts" | ||
condition: tempo.enabled | ||
- name: grafana | ||
version: "7.3.2" | ||
repository: "https://grafana.github.io/helm-charts" | ||
condition: grafana.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters