Modify config for `exporter_proxy`.
This commit is contained in:
parent
e20ba94025
commit
6e633166fd
|
@ -3,13 +3,13 @@ listen: "0.0.0.0:60000"
|
||||||
|
|
||||||
# access_log (optional)
|
# access_log (optional)
|
||||||
access_log:
|
access_log:
|
||||||
path: "/dev/stdout"
|
path: "/var/log/exporter_proxy_access.log"
|
||||||
format: "ltsv"
|
format: "ltsv"
|
||||||
fields: ['time', 'time_nsec', 'status', 'size', 'reqtime_nsec', 'backend', 'path', 'query', 'method']
|
fields: ['time', 'time_nsec', 'status', 'size', 'reqtime_nsec', 'backend', 'path', 'query', 'method']
|
||||||
|
|
||||||
# error_log (required)
|
# error_log (required)
|
||||||
error_log:
|
error_log:
|
||||||
path: "/dev/stderr"
|
path: "/var/log/exporter_proxy_access.log"
|
||||||
|
|
||||||
# exporters: The path of exporter_proxy and the URL of the destination exporter
|
# exporters: The path of exporter_proxy and the URL of the destination exporter
|
||||||
exporters:
|
exporters:
|
||||||
|
@ -19,3 +19,4 @@ exporters:
|
||||||
filestat_exporter:
|
filestat_exporter:
|
||||||
path: "/filestat_exporter/metrics"
|
path: "/filestat_exporter/metrics"
|
||||||
url: "http://127.0.0.1:9943/metrics"
|
url: "http://127.0.0.1:9943/metrics"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue