Skip to content

Releases: newrelic/newrelic-prometheus-configurator

v0.2.0

03 Nov 10:03
Compare
Choose a tag to compare

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

newrelic-prometheus-agent-0.2.1

03 Nov 14:37
Compare
Choose a tag to compare

🐞 Bug fixes

  • imagePullPolicy is now correctly applied to the init container as well.

newrelic-prometheus-agent-0.2.0

03 Nov 10:08
Compare
Choose a tag to compare

Note, defaults of the chart changed

Now, the chart has two jobs configured and integration filters turned on by default:

  • default scrapes all targets having prometheus.io/scrape: true. By default, integrations_filter.enabled=true, unless changed, only targets selected by the integration filters will be scraped.
  • newrelic scrapes all targets having newrelic.io/scrape: true. This is useful to extend the default job allowlisting by adding the required annotation on each extra service.

🚀 Enhancements

  • integration filters option, is now supported and enabled by default.

v0.1.0

20 Oct 07:26
Compare
Choose a tag to compare

🛡️ Security notices

  • Bumps golang.org/x/sync to v0.1.0.
  • Replace golang.org/x/text to v0.3.8 to fix CVE-2022-32149.

🚀 Enhancements

  • Use Go 1.19.

🐞 Bug fixes

  • Add missing pod name metadata to metrics scraped from endpoints.

⛓️ Dependencies

  • Upgraded k8s.io/client-go from 0.25.2 to 0.25.3

newrelic-prometheus-agent-0.1.1

20 Oct 13:56
Compare
Choose a tag to compare

⛓️ Dependencies

  • Updated newrelic/newrelic-prometheus-configurator to v0.1.0

newrelic-prometheus-agent-0.1.0

17 Oct 13:23
Compare
Choose a tag to compare

🚀 Enhancements

  • The chart is now published leveraging the release toolkit.
  • The chart release notes from now on will be available in the chart package and in the GitHub release notes.

newrelic-prometheus-agent-0.0.6

11 Oct 12:32
fc26cc1
Compare
Choose a tag to compare

A Helm chart to deploy Prometheus with New Relic Prometheus Configurator.

What's Changed

Full Changelog: newrelic-prometheus-agent-0.0.5...newrelic-prometheus-agent-0.0.6

v0.0.2

06 Oct 09:49
411a06c
Compare
Choose a tag to compare

Added

  • collector_name metadata is added as part of New Relic remote write config, to identify the scraper component between other sources.

newrelic-prometheus-agent-0.0.5

06 Oct 11:02
25153bf
Compare
Choose a tag to compare

A Helm chart to deploy Prometheus with New Relic Prometheus Configurator.

newrelic-prometheus-agent-0.0.4

04 Oct 09:25
f4cde03
Compare
Choose a tag to compare

A Helm chart to deploy Prometheus with New Relic Prometheus Configurator.

Changed

  • Chart renamed newrelic-prometheus -> newrelic-prometheus-agent