Skip to content

Commit

Permalink
Test blueapi with observability
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph committed Nov 15, 2024
1 parent b644da8 commit dc5577f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions services/daq-blueapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: daq-blueapi
description: blueapi

version: 0.6.0
version: 0.6.1a6

# When we deploy with the edge-containers-cli we override this on the command line.
# Direct deployment with Helm will use the default beta value.
Expand All @@ -12,5 +12,5 @@ type: application

dependencies:
- name: blueapi
version: "0.6.0"
version: "0.6.1a6"
repository: "oci://ghcr.io/diamondlightsource/charts"
11 changes: 9 additions & 2 deletions services/daq-blueapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,20 @@ blueapi:
extraEnvVars:
- name: BEAMLINE
value: p47

- name: RABBITMQ_PASSWORD
valueFrom:
secretKeyRef:
name: rabbitmq-password
key: rabbitmq-password
- name: OTLP_EXPORT_ENABLED
value: {{ .Values.tracing.otlp.export_enabled }}
- name: OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
value: {{ .Values.tracing.otlp.protocol }}
- name: OTEL_EXPORTER_OTLP_ENDPOINT
value: "{{ .Values.tracing.otlp.host }}:{{ .Values.tracing.otlp.port }}"
tracing:
otlp:
host: https://jaeger-all-in-one # replace with central instance
worker:
env:
sources:
Expand All @@ -47,7 +55,6 @@ blueapi:
host: daq-rabbitmq
scratch:
root: /exports/mybeamline/p47/scratch/blueapi

initContainer:
scratch:
root: /exports/mybeamline/p47/scratch/blueapi
Expand Down

0 comments on commit dc5577f

Please sign in to comment.