diff --git a/config/deploy.staging.yml b/config/deploy.staging.yml index 5f577d830..c0b6502e4 100644 --- a/config/deploy.staging.yml +++ b/config/deploy.staging.yml @@ -27,10 +27,12 @@ accessories: - BASECAMP_REGISTRY_PASSWORD options: user: 1000 # Match the UID of the Rails app, for volume permissions + publish: + - 5001:5001 + - 9000:9000 volumes: - fizzy:/home/beamer cmd: beamer run --retention=1h --metrics-port=9000 - port: 5001:5001 hosts: - fizzy-staging-app-01 - fizzy-staging-app-101 diff --git a/config/otel_collector.yml b/config/otel_collector.yml index 38ad41224..4623b4911 100644 --- a/config/otel_collector.yml +++ b/config/otel_collector.yml @@ -44,7 +44,7 @@ exporters: service: telemetry: logs: - level: "info" + level: "debug" pipelines: metrics: receivers: [prometheus]