docs(archive): update pillar.example with env var for mysqld_exporter
This commit is contained in:
parent
4e60b17741
commit
1631137b1b
@ -197,6 +197,10 @@ prometheus:
|
|||||||
source: https://github.com/wrouesnel/postgres_exporter/releases/download/v0.8.0/postgres_exporter_v0.8.0_linux-amd64.tar.gz
|
source: https://github.com/wrouesnel/postgres_exporter/releases/download/v0.8.0/postgres_exporter_v0.8.0_linux-amd64.tar.gz
|
||||||
skip_verify: true
|
skip_verify: true
|
||||||
|
|
||||||
|
mysqld_exporter:
|
||||||
|
service:
|
||||||
|
env:
|
||||||
|
- 'DATA_SOURCE_NAME=foo:bar@/'
|
||||||
linux:
|
linux:
|
||||||
# 'Alternatives system' priority: zero disables (default)
|
# 'Alternatives system' priority: zero disables (default)
|
||||||
# yamllint disable-line rule:braces
|
# yamllint disable-line rule:braces
|
||||||
|
Loading…
Reference in New Issue
Block a user