Skip to content

Commit d724ee0

Browse files
committed
docs: update README.md
closes #74
1 parent 3e6e913 commit d724ee0

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,9 @@ It can be used to continuously monitor a list of DNS servers and procotols, so
77
as to detect anomalies in the network early on. Lookup errors are logged, and
88
also accounted for in the `hostlookuper_dns_errors_total` metric.
99

10-
###
11-
12-
⚠️ For the time being, and until
13-
https://github.com/VictoriaMetrics/metrics/pull/45 is merged into
14-
VictoriaMetrics Go instrumentation, the bucket metrics exported by hostlookuper
15-
are only compatible with VictoriaMetrics, not prometheus.
16-
1710
## Usage
1811

19-
`hostlookuper` is configured with the follwoing arguments:
12+
`hostlookuper` is configured with the following arguments:
2013

2114
```bash
2215
$ hostlookuper -h
@@ -31,6 +24,8 @@ Usage of hostlookuper:
3124
interval between DNS checks. must be in Go time.ParseDuration format, e.g. 5s or 5m or 1h, etc (default 5s)
3225
-listen string
3326
address on which hostlookuper listens. e.g. 0.0.0.0:9090 (default ":9090")
27+
-prom-histogram
28+
use Prometheus-compatible (le) histograms (default is false)
3429
-timeout duration
3530
maximum timeout for a DNS query. must be in Go time.ParseDuration format, e.g. 5s or 5m or 1h, etc (default 5s)
3631
```

0 commit comments

Comments
 (0)