Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 10:03

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 of app_values.
  • Under the hood, a relabel_configs with action=keep are generated, consider it in case any custom extra_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