Enable prometheus scraping of the composer endpoints of the composer instance, which is then used for the composer grafana dashboard.
16 lines
358 B
YAML
16 lines
358 B
YAML
apiVersion: 1
|
|
datasources:
|
|
- access: 'proxy'
|
|
editable: true
|
|
isDefault: true
|
|
name: 'crcp01ue1-prometheus'
|
|
orgId: 1
|
|
type: 'prometheus'
|
|
url: 'http://prometheus:9090'
|
|
- access: 'proxy'
|
|
editable: true
|
|
isDefault: false
|
|
name: 'app-sre-prod-04-prometheus'
|
|
orgId: 1
|
|
type: 'prometheus'
|
|
url: 'http://prometheus:9090'
|