mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-18 04:55:27 +00:00
Fix misspelling of PostgreSQL
Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
This commit is contained in:
parent
6cff384d74
commit
99f0b4c63c
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -37,7 +37,7 @@ assignees: ''
|
||||
insert list of flags used here
|
||||
```
|
||||
|
||||
* PostgresSQL version:
|
||||
* PostgreSQL version:
|
||||
|
||||
insert PostgreSQL version here
|
||||
|
||||
|
@ -576,14 +576,14 @@ func (e *Exporter) setupInternalMetrics() {
|
||||
Namespace: namespace,
|
||||
Subsystem: exporter,
|
||||
Name: "last_scrape_duration_seconds",
|
||||
Help: "Duration of the last scrape of metrics from PostgresSQL.",
|
||||
Help: "Duration of the last scrape of metrics from PostgreSQL.",
|
||||
ConstLabels: e.constantLabels,
|
||||
})
|
||||
e.totalScrapes = prometheus.NewCounter(prometheus.CounterOpts{
|
||||
Namespace: namespace,
|
||||
Subsystem: exporter,
|
||||
Name: "scrapes_total",
|
||||
Help: "Total number of times PostgresSQL was scraped for metrics.",
|
||||
Help: "Total number of times PostgreSQL was scraped for metrics.",
|
||||
ConstLabels: e.constantLabels,
|
||||
})
|
||||
e.error = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||
|
Loading…
Reference in New Issue
Block a user