File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,16 +7,9 @@ It can be used to continuously monitor a list of DNS servers and procotols, so
77as to detect anomalies in the network early on. Lookup errors are logged, and
88also 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` ` `
You can’t perform that action at this time.
0 commit comments