Difference between revisions of "Plugin:Write Prometheus"
From collectd Wiki
Sranganath (talk | contribs) |
m (Removed {{Callback|missing}} category/template tag) |
||
Line 2: | Line 2: | ||
| Name=Write Prometheus | | Name=Write Prometheus | ||
| Type=write | | Type=write | ||
− | | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|write | + | | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|write}}, {{Callback|shutdown}} |
| Status={{supported}} | | Status={{supported}} | ||
| FirstVersion={{Version|5.7}} | | FirstVersion={{Version|5.7}} |
Revision as of 20:11, 12 March 2020
Write Prometheus plugin | |
---|---|
Type: | write |
Callbacks: | config, init, write, shutdown |
Status: | supported |
First version: | 5.7 |
Copyright: | 2016 Florian octo Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The Write Prometheus plugin starts an internal webserver on port 9103
(configurable) and accepts scrape requests from Prometheus, an open-source monitoring system. This plugin is similar in scope to the collectd_exporter written by the Prometheus team and uses the same naming schema so it can be used as a drop-in alternative.
Synopsis
<Plugin "write_prometheus"> Port "9103" </Plugin>