Node exporter usage

From wikinotes
Revision as of 14:51, 20 February 2022 by Will (talk | contribs) (Created page with "= Usage = <blockquote> <syntaxhighlight lang="bash"> curl -X GET http://${IP_ADDR}:9100/metrics # collect metrics </syntaxhighlight> </blockquote><!-- Usage -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

curl -X GET http://${IP_ADDR}:9100/metrics  # collect metrics