docs(exporting): clarify graphite exporters (#19635)
* docs(exporting): clarify graphite exporters * rm prerequisites
Ilya Mashchenko committed
Feb 13, 2025 at 11:18 UTC
6ea38f8a81d83e44148d5fe402be842548ce551a
1 file changed
+7
-4
src/exporting/graphite/metadata.yaml
+7
-4
@@ -20,10 +20,7 @@
20
exporter_limitations: ''
21
setup:
22
prerequisites:
23
- list:
24
- - title: ''
25
- description: |
26
- - You have already installed Netdata and Graphite.
23
+ list: []
24
configuration:
25
file:
26
name: 'exporting.conf'
@@ -177,6 +174,9 @@
174
# send hosts matching = localhost *
175
- <<: *graphexport
176
id: 'export-blueflood'
177
+ overview:
178
+ exporter_description: |
179
+ Export your Netdata metrics to Blueflood DB using the Graphite protocol, allowing you to archive your data for long-term storage, further analysis, or correlation with data from other sources.
180
meta:
181
<<: *meta
182
name: Blueflood
@@ -188,6 +188,9 @@
188
- graphite
189
- <<: *graphexport
190
id: 'export-kairosdb'
191
+ overview:
192
+ exporter_description: |
193
+ Export your Netdata metrics to KairosDB using the Graphite protocol, allowing you to archive your data for long-term storage, further analysis, or correlation with data from other sources.
194
meta:
195
<<: *meta
196
name: KairosDB