From d8410462a0d8049cb2aaad80071f294e074b0a0e Mon Sep 17 00:00:00 2001 From: iWillcode4U Date: Mon, 15 Aug 2016 12:42:30 -0400 Subject: [PATCH] Changed blueflood plugin type from collector to publisher --- docs/PLUGIN_CATALOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PLUGIN_CATALOG.md b/docs/PLUGIN_CATALOG.md index 338a4fbfe..a1454216f 100644 --- a/docs/PLUGIN_CATALOG.md +++ b/docs/PLUGIN_CATALOG.md @@ -69,7 +69,7 @@ This is the master catalog of plugins for snap. The plugins in this list may be | CloudWatch | Publisher | Publishes snap metrics to AWS CloudWatch | [snap-plugin-publisher-cloudwatch](https://github.com/Ticketmaster/snap-plugin-publisher-cloudwatch) | | Ping | Collector | Collects Ping latency measurements | [snap-plugin-collector-ping](https://github.com/raintank/snap-plugin-collector-ping) | | Memcached | Collector | Collect Memcached performance stats | [snap-plugin-collector-memcache](https://github.com/raintank/snap-plugin-collector-memcache)| -| Blueflood | Collector | Publishes metrics to the Blueflood metrics processing system | [snap-plugin-publisher-blueflood](https://github.com/Staples-Inc/snap-plugin-publisher-blueflood)| +| Blueflood | Publisher | Publishes metrics to the Blueflood metrics processing system | [snap-plugin-publisher-blueflood](https://github.com/Staples-Inc/snap-plugin-publisher-blueflood)| ## Committed plugins These plugins are in planned/active development. This list is useful if you want to reach out and contribute to the development.