fluent / fluent/fluent-bit

Configure node_exporter metric support

Open
#6,001 5 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C
Stars
8.1k
Forks
2k
Avg merge
4d 20h
Merged PRs (30d)
71

Description

When scrape Prometheus metrics, maybe there are too many metrics scraped and I want some filter plugin can filter out unwanted metrics. (the grep plugin filter only work with JSON format)

## **Proposal**
Config value "Include/Exclude" have multi values, or have regex strings.
**Metric filter**
```
[FILTER]
Name metrics
Match node_exporter*
Include node_memory*,node_cpu_seconds*
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.