Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Collectd Exporter [![Build Status](https://travis-ci.org/prometheus/collectd_exporter.svg)][travis]
# !! This exporter is deprecated !!

[![CircleCI](https://circleci.com/gh/prometheus/collectd_exporter/tree/master.svg?style=shield)][circleci]
[![Docker Repository on Quay](https://quay.io/repository/prometheus/collectd-exporter/status)][quay]
[![Docker Pulls](https://img.shields.io/docker/pulls/prom/collectd-exporter.svg?maxAge=604800)][hub]
We recommend our users to use the [write_prometheus](https://collectd.org/wiki/index.php/Plugin:Write_Prometheus)
plugin from collected instead of this exporter. This plugin is similar in scope
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
plugin from collected instead of this exporter. This plugin is similar in scope
plugin from collectd instead of this exporter. This plugin is similar in scope

to this exporter and uses the same naming schema so it can be used as a drop-in
alternative.

In the coming months, this exporter will be moved to the
[Prometheus-Junkyard](https://github.com/prometheus-junkyard) organisation.

# Collectd Exporter

An exporter for [collectd](https://collectd.org/). It accepts collectd's
[binary network protocol](https://collectd.org/wiki/index.php/Binary_protocol)
Expand Down