Difference between revisions of "Plugin:Write Prometheus"
From collectd Wiki
(Create initial page.) |
(Supported now that 5.7 is out.) |
||
Line 3: | Line 3: | ||
| Type=write | | Type=write | ||
| Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|write}}, {{Callback|missing}}, {{Callback|shutdown}} | | Callbacks={{Callback|config}}, {{Callback|init}}, {{Callback|write}}, {{Callback|missing}}, {{Callback|shutdown}} | ||
− | | Status={{ | + | | Status={{supported}} |
| FirstVersion={{Version|5.7}} | | FirstVersion={{Version|5.7}} | ||
| Copyright=''2016'' Florian octo Forster | | Copyright=''2016'' Florian octo Forster |
Revision as of 16:19, 6 April 2017
Write Prometheus plugin | |
---|---|
Type: | write |
Callbacks: | config, init, write, missing, 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>