docs: cosmetic readme fixes
This commit is contained in:
parent
80ebe188d3
commit
b7bee02227
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ dns:
|
|||
resolver: 9.9.9.9:53
|
||||
zones:
|
||||
- example.org.
|
||||
- example.com.
|
||||
- example.com.
|
||||
```
|
||||
|
||||
### Running
|
||||
|
@ -89,7 +89,7 @@ systemctl enable --now prometheus-dnssec-exporter
|
|||
|
||||
The following metrics are exposed at the `/metrics` HTTP endpoint:
|
||||
|
||||
```prom
|
||||
```prometheus
|
||||
# HELP dnssec_cds_count Number of CDS records present in the zone
|
||||
# TYPE dnssec_cds_count gauge
|
||||
dnssec_cds_count{parent="ch.",tld="ch.",zone="example.org."} 1
|
||||
|
|
Loading…
Reference in a new issue