diff --git a/.gitignore b/.gitignore index 4868625..705bcce 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,5 @@ vendor/ **/*.pb.go ghcr_io_pat.txt -helm/core/values-mongodb-ext-dev.yaml \ No newline at end of file +awakari-pull.pat +helm/core/values-mongodb-ext-dev.yaml diff --git a/doc/perf-e2e-test-report-2023-07-11.ods b/doc/perf-e2e-test-report-2023-07-11.ods index 51f46b7..3302390 100644 Binary files a/doc/perf-e2e-test-report-2023-07-11.ods and b/doc/perf-e2e-test-report-2023-07-11.ods differ diff --git a/helm/core/Chart.yaml b/helm/core/Chart.yaml index 662a7d0..4fbd5c3 100644 --- a/helm/core/Chart.yaml +++ b/helm/core/Chart.yaml @@ -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" diff --git a/helm/core/values-tracing.yaml b/helm/core/values-tracing.yaml new file mode 100644 index 0000000..88b91f6 --- /dev/null +++ b/helm/core/values-tracing.yaml @@ -0,0 +1,8 @@ +tracing: + enabled: true + +writer: + tracing: + enabled: true + collector: + uri: "http://core-jaeger-collector:14268/api/traces" diff --git a/helm/core/values.yaml b/helm/core/values.yaml index cf0f7d9..2134bd4 100644 --- a/helm/core/values.yaml +++ b/helm/core/values.yaml @@ -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: