Skip to content

Commit

Permalink
feat: enable OTLP trace exportation in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielp committed Oct 2, 2024
1 parent 588508c commit 2a0e8a3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifests/base/liatrio-dora-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ spec:
metadata:
labels:
app: liatrio-dora-api
annotations:
instrumentation.opentelemetry.io/inject-rust: "true"
spec:
imagePullSecrets:
- name: ghcr-token
Expand All @@ -32,6 +30,12 @@ spec:
env:
- name: PORT
value: "3000"
- name: OTEL_SERVICE_NAME
value: "liatrio-dora-api"
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "otel-kubernetes-collector-collector.otel-gateway:4317"
- name: OTEL_EXPORTER_OTLP_INSECURE
value: "true"
readinessProbe:
failureThreshold: 6
httpGet:
Expand Down

0 comments on commit 2a0e8a3

Please # to comment.