Merge pull request #1224 from basecamp/config-otel-collector-with-labels
Configure OTel collector with labels
This commit is contained in:
@@ -3,9 +3,13 @@ servers:
|
||||
hosts:
|
||||
- fizzy-staging-app-01
|
||||
- fizzy-staging-app-101
|
||||
labels:
|
||||
otel_scrape_enabled: true
|
||||
jobs:
|
||||
hosts:
|
||||
- fizzy-staging-app-01
|
||||
labels:
|
||||
otel_scrape_enabled: true
|
||||
|
||||
proxy:
|
||||
ssl: false
|
||||
@@ -25,6 +29,10 @@ accessories:
|
||||
username: robot$harbor-bot
|
||||
password:
|
||||
- BASECAMP_REGISTRY_PASSWORD
|
||||
labels:
|
||||
otel_role: beamer
|
||||
otel_service: fizzy-beamer
|
||||
otel_scrape_enabled: true
|
||||
options:
|
||||
user: 1000 # Match the UID of the Rails app, for volume permissions
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user