Skip to content

Commit

Permalink
Setup jaeger for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Mar 14, 2024
1 parent cdc4b77 commit 0684083
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install chart dependencies
run: |
helm repo add prometheus https://prometheus-community.github.io/helm-charts
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts
- name: Lint
run: >
Expand Down
7 changes: 5 additions & 2 deletions charts/data-gateway/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ dependencies:
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.17.0
digest: sha256:1567645f0c8c096eb44cd7eadb5e6a694dc19a01911ae41b75dec83ab0e96d4c
generated: "2024-03-14T09:36:26.799022195Z"
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 2.0.0
digest: sha256:350282c3114464a73c0ded6e66072f7530e4bce8298d90cb73dd19119fc9a123
generated: "2024-03-14T10:53:42.342035905Z"
4 changes: 4 additions & 0 deletions charts/data-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
version: 25.17.0
condition: prometheus.enabled
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 2.0.0
condition: jaeger.enabled
15 changes: 15 additions & 0 deletions charts/data-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,18 @@ prometheus:
- source_labels: [__meta_kubernetes_pod_phase]
regex: Pending|Succeeded|Failed|Completed
action: drop

jaeger:
enabled: true
provisionDataStore:
cassandra: false
allInOne:
enabled: true
storage:
type: none
agent:
enabled: false
collector:
enabled: false
query:
enabled: false

0 comments on commit 0684083

Please sign in to comment.