pulse

Reference for the `pulse` adapter.

pulse · adapter · run nanook doc pulse for the same content in your terminal.

Exposes metrics in the nanook metric format (pulse) over HTTP.

Options

OptionTypeDefaultDescription
hoststring0.0.0.0HTTP bind host
portstring9091HTTP bind port
pathstring/pulseHTTP path

Examples

Default scrape endpoint

[[adapters]]
kind = "pulse"
[adapters.opts]
host = "0.0.0.0"   # default
port = 9091         # default
path = "/pulse"     # default

Custom path

[[adapters]]
kind = "pulse"
[adapters.opts]
port = 9091
path = "/v1/metrics"