Skip to content

Commit 6290786

Browse files
authored
Merge pull request #820 from atymchuk/fix-a-few-syntax-errors
chore: fix a few typos
2 parents f550f8f + b070e45 commit 6290786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/postgres_exporter/main.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ func main() {
9696
logger.Log("msg", "Excluded databases", "databases", fmt.Sprintf("%v", excludedDatabases))
9797

9898
if *queriesPath != "" {
99-
level.Warn(logger).Log("msg", "The extend queries.yaml config is DEPRECATD", "file", *queriesPath)
99+
level.Warn(logger).Log("msg", "The extended queries.yaml config is DEPRECATED", "file", *queriesPath)
100100
}
101101

102102
if *autoDiscoverDatabases || *excludeDatabases != "" || *includeDatabases != "" {
103-
level.Warn(logger).Log("msg", "Scraping additional databases via auto discovery is DEPRECATD")
103+
level.Warn(logger).Log("msg", "Scraping additional databases via auto discovery is DEPRECATED")
104104
}
105105

106106
if *constantLabelsList != "" {
107-
level.Warn(logger).Log("msg", "Constant lables on all metrics is DEPRECATD")
107+
level.Warn(logger).Log("msg", "Constant labels on all metrics is DEPRECATED")
108108
}
109109

110110
opts := []ExporterOpt{

0 commit comments

Comments
 (0)