docs: add missing prop to graphite meta (#19637)
Ilya Mashchenko committed
Feb 13, 2025 at 11:36 UTC
c5e56ffbc61e32b1df3c22748dcbc5e98083a2b1
1 file changed
+3
-1
src/exporting/graphite/metadata.yaml
+3
-1
@@ -13,7 +13,7 @@
13
- graphite
14
- remote write
15
- time series
16
- overview:
16
+ overview: &overview
17
exporter_description: |
18
Use the Graphite connector for the exporting engine to archive your Netdata metrics to Graphite providers for long-term storage,
19
further analysis, or correlation with data from other sources.
@@ -175,6 +175,7 @@
175
- <<: *graphexport
176
id: 'export-blueflood'
177
overview:
178
+ <<: *overview
179
exporter_description: |
180
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.
181
meta:
@@ -189,6 +190,7 @@
190
- <<: *graphexport
191
id: 'export-kairosdb'
192
overview:
193
+ <<: *overview
194
exporter_description: |
195
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.
196
meta: