mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Fix small typo in EC2 SD metric name (#2100)
This commit is contained in:
parent
00e486a05b
commit
255a8c8b4c
|
@ -50,7 +50,7 @@ var (
|
|||
ec2SDScrapeFailuresCount = prometheus.NewCounter(
|
||||
prometheus.CounterOpts{
|
||||
Namespace: namespace,
|
||||
Name: "ec2_sd_scape_failures_total",
|
||||
Name: "ec2_sd_scrape_failures_total",
|
||||
Help: "The number of EC2-SD scrape failures.",
|
||||
})
|
||||
ec2SDScrapeDuration = prometheus.NewSummary(
|
||||
|
|
Loading…
Reference in a new issue