pulse
Reference for the `pulse` adapter.
pulse· adapter · runnanook doc pulsefor the same content in your terminal.
Exposes metrics in the nanook metric format (pulse) over HTTP.
Options
| Option | Type | Default | Description |
|---|---|---|---|
host | string | 0.0.0.0 | HTTP bind host |
port | string | 9091 | HTTP bind port |
path | string | /pulse | HTTP path |
Examples
Default scrape endpoint
[[]]
= "pulse"
[]
= "0.0.0.0" # default
= 9091 # default
= "/pulse" # default
Custom path
[[]]
= "pulse"
[]
= 9091
= "/v1/metrics"