File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ assignees: ''
3737insert list of flags used here
3838```
3939
40- * PostgresSQL version:
40+ * PostgreSQL version:
4141
4242 insert PostgreSQL version here
4343
Original file line number Diff line number Diff line change @@ -576,14 +576,14 @@ func (e *Exporter) setupInternalMetrics() {
576576 Namespace : namespace ,
577577 Subsystem : exporter ,
578578 Name : "last_scrape_duration_seconds" ,
579- Help : "Duration of the last scrape of metrics from PostgresSQL ." ,
579+ Help : "Duration of the last scrape of metrics from PostgreSQL ." ,
580580 ConstLabels : e .constantLabels ,
581581 })
582582 e .totalScrapes = prometheus .NewCounter (prometheus.CounterOpts {
583583 Namespace : namespace ,
584584 Subsystem : exporter ,
585585 Name : "scrapes_total" ,
586- Help : "Total number of times PostgresSQL was scraped for metrics." ,
586+ Help : "Total number of times PostgreSQL was scraped for metrics." ,
587587 ConstLabels : e .constantLabels ,
588588 })
589589 e .error = prometheus .NewGauge (prometheus.GaugeOpts {
You can’t perform that action at this time.
0 commit comments