mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-09 10:47:18 +00:00
Add queries file support
This commit is contained in:
parent
86caf395f6
commit
6565c98ad5
@ -30,6 +30,10 @@ var (
|
||||
"web.telemetry-path", "/metrics",
|
||||
"Path under which to expose metrics.",
|
||||
)
|
||||
queriesPath = flag.String(
|
||||
"extend.query-path", "",
|
||||
"Path to custom queries to run.",
|
||||
)
|
||||
)
|
||||
|
||||
// Metric name parts.
|
||||
|
Loading…
Reference in New Issue
Block a user