Skip to content

Plugin Write Prometheus

Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: Write Prometheus plugin
Type: write
Callbacks: config, init, write, shutdown
Status: supported
FirstVersion: 5.7
Copyright: 2016 Florian octo Forster
License: MIT License
Manpage: collectd.conf(5)
See also: 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

 LoadPlugin write_prometheus

 <Plugin "write_prometheus">
   Port "9103"
 </Plugin>

Dependencies

See also

Clone this wiki locally