File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ assignees: ''
37
37
insert list of flags used here
38
38
```
39
39
40
- * PostgresSQL version:
40
+ * PostgreSQL version:
41
41
42
42
insert PostgreSQL version here
43
43
Original file line number Diff line number Diff line change @@ -576,14 +576,14 @@ func (e *Exporter) setupInternalMetrics() {
576
576
Namespace : namespace ,
577
577
Subsystem : exporter ,
578
578
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 ." ,
580
580
ConstLabels : e .constantLabels ,
581
581
})
582
582
e .totalScrapes = prometheus .NewCounter (prometheus.CounterOpts {
583
583
Namespace : namespace ,
584
584
Subsystem : exporter ,
585
585
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." ,
587
587
ConstLabels : e .constantLabels ,
588
588
})
589
589
e .error = prometheus .NewGauge (prometheus.GaugeOpts {
You can’t perform that action at this time.
0 commit comments