v0.2.0
Integration filters
NewRelic provides a list of Dashboards, alerts and entities for several Services. The integrations_filter
configuration allows to scrape only the targets having this experience out of the box.
- If
integrations_filter
is enabled, then the kubernetes jobs scrape merely the targets having one of the specified labels matching one of the values ofapp_values
. - Under the hood, a
relabel_configs
withaction=keep
are generated, consider it in case any customextra_relabel_config
is needed.
🚀 Enhancements
Integration filters
feature is now supported.
⛓️ Dependencies
- Upgraded github.com/stretchr/testify from 1.8.0 to 1.8.1 Changelog