mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-04 23:29:30 +00:00
chore: fix a few typos
Signed-off-by: Alex Tymchuk <alexander.tymchuk@percona.com>
This commit is contained in:
parent
f550f8f8ad
commit
b070e45349
@ -96,15 +96,15 @@ func main() {
|
|||||||
logger.Log("msg", "Excluded databases", "databases", fmt.Sprintf("%v", excludedDatabases))
|
logger.Log("msg", "Excluded databases", "databases", fmt.Sprintf("%v", excludedDatabases))
|
||||||
|
|
||||||
if *queriesPath != "" {
|
if *queriesPath != "" {
|
||||||
level.Warn(logger).Log("msg", "The extend queries.yaml config is DEPRECATD", "file", *queriesPath)
|
level.Warn(logger).Log("msg", "The extended queries.yaml config is DEPRECATED", "file", *queriesPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
if *autoDiscoverDatabases || *excludeDatabases != "" || *includeDatabases != "" {
|
if *autoDiscoverDatabases || *excludeDatabases != "" || *includeDatabases != "" {
|
||||||
level.Warn(logger).Log("msg", "Scraping additional databases via auto discovery is DEPRECATD")
|
level.Warn(logger).Log("msg", "Scraping additional databases via auto discovery is DEPRECATED")
|
||||||
}
|
}
|
||||||
|
|
||||||
if *constantLabelsList != "" {
|
if *constantLabelsList != "" {
|
||||||
level.Warn(logger).Log("msg", "Constant lables on all metrics is DEPRECATD")
|
level.Warn(logger).Log("msg", "Constant labels on all metrics is DEPRECATED")
|
||||||
}
|
}
|
||||||
|
|
||||||
opts := []ExporterOpt{
|
opts := []ExporterOpt{
|
||||||
|
Loading…
Reference in New Issue
Block a user