Skip to content

Commit

Permalink
docs: update metric name in readme to match code
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Jan 12, 2024
1 parent 4bea389 commit bb63a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ An example Prometheus configuration file demonstrating how to scrape metrics can
| Metric Name | Labels | Metric Type | Metric Help |
| --- | --- | --- | --- |
| `ns1_build_info` | [`build_date`, `commit`, `version`] | Gauge | "ns1_build_info NS1 exporter build information" |
| `ns1_api_failures` | [] | Counter | "Number of failed NS1 API calls." |
| `ns1_api_failures_total` | [] | Counter | "Total number of failed NS1 API calls." |
| `ns1_stats_queries_per_second` | [`record_name`, `record_type`, `zone_name`] | Gauge | "ns1_stats_queries_per_second DNS queries per second for the labeled NS1 resource." |

## HTTP Service Discovery
Expand Down

0 comments on commit bb63a58

Please sign in to comment.