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
4242insert PostgreSQL version here
4343
Original file line number Diff line number Diff line change @@ -576,14 +576,14 @@ func (e *Exporter) setupInternalMetrics() {
576576Namespace : namespace ,
577577Subsystem : exporter ,
578578Name : "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 ." ,
580580ConstLabels : e .constantLabels ,
581581})
582582e .totalScrapes = prometheus .NewCounter (prometheus.CounterOpts {
583583Namespace : namespace ,
584584Subsystem : exporter ,
585585Name : "scrapes_total" ,
586- Help : "Total number of times PostgresSQL was scraped for metrics." ,
586+ Help : "Total number of times PostgreSQL was scraped for metrics." ,
587587ConstLabels : e .constantLabels ,
588588})
589589e .error = prometheus .NewGauge (prometheus.GaugeOpts {
You can’t perform that action at this time.
0 commit comments