Skip to content

Commit

Permalink
feature: tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Jul 26, 2023
1 parent 2b32207 commit 40784c0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ vendor/
**/*.pb.go

ghcr_io_pat.txt
helm/core/values-mongodb-ext-dev.yaml
awakari-pull.pat
helm/core/values-mongodb-ext-dev.yaml
Binary file modified doc/perf-e2e-test-report-2023-07-11.ods
Binary file not shown.
5 changes: 5 additions & 0 deletions helm/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
alias: redis

- name: jaeger
version: 0.71.10
repository: https://jaegertracing.github.io/helm-charts
condition: tracing.enabled

- name: semaphore-nats
version: 0.0.0
repository: "file://../../../semaphore-nats/helm/semaphore-nats"
Expand Down
8 changes: 8 additions & 0 deletions helm/core/values-tracing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tracing:
enabled: true

writer:
tracing:
enabled: true
collector:
uri: "http://core-jaeger-collector:14268/api/traces"
3 changes: 3 additions & 0 deletions helm/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: ""

tracing:
enabled: false

mongodb:
internal: true
auth:
Expand Down

0 comments on commit 40784c0

Please sign in to comment.