How to use plugins with Harvest for metrics filtering #3466
Replies: 2 comments 1 reply
-
|
@gaur-piyush Plugins in Harvest are designed to manipulate data collected by collectors as needed. However, built-in plugins do not support the functionality to drop labels. To achieve this, custom Go code is required. One approach to dropping labels is to exclude them from the collection template. For instance, in the Volume template, you can reduce the number of labels in
|
Beta Was this translation helpful? Give feedback.
-
|
You can also utilize tool like VictoriaMetrics For more details on how to configure |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
We're using Harvest to scrape ONTAP metrics. However, the number of labels are high(30+). This is causing the googlecloud exporter to drop the metrics.
I saw the plugins doc for it. However, wandering how to use it within configuration. Do I need to add it in the poller configuration or somewhere else?
https://netapp.github.io/harvest/24.11.1/plugins/
Beta Was this translation helpful? Give feedback.
All reactions