Releases: newrelic/newrelic-prometheus-configurator
Releases · newrelic/newrelic-prometheus-configurator
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
newrelic-prometheus-agent-0.2.1
🐞 Bug fixes
imagePullPolicy
is now correctly applied to the init container as well.
newrelic-prometheus-agent-0.2.0
Note, defaults of the chart changed
Now, the chart has two jobs configured and integration filters turned on by default:
default
scrapes all targets havingprometheus.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 havingnewrelic.io/scrape: true
. This is useful to extend thedefault
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
🛡️ Security notices
- Bumps
golang.org/x/sync
tov0.1.0
. - Replace
golang.org/x/text
tov0.3.8
to fixCVE-2022-32149
.
🚀 Enhancements
- Use Go 1.19.
🐞 Bug fixes
- Add missing
pod
name metadata to metrics scraped fromendpoints
.
⛓️ Dependencies
- Upgraded k8s.io/client-go from 0.25.2 to 0.25.3
newrelic-prometheus-agent-0.1.1
⛓️ Dependencies
- Updated newrelic/newrelic-prometheus-configurator to v0.1.0
newrelic-prometheus-agent-0.1.0
🚀 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
A Helm chart to deploy Prometheus with New Relic Prometheus Configurator.
What's Changed
- NR-56413 fix(chart): default extra_scrape_configs by @paologallinaharbur in #129
Full Changelog: newrelic-prometheus-agent-0.0.5...newrelic-prometheus-agent-0.0.6
v0.0.2
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
A Helm chart to deploy Prometheus with New Relic Prometheus Configurator.
newrelic-prometheus-agent-0.0.4
A Helm chart to deploy Prometheus with New Relic Prometheus Configurator.
Changed
- Chart renamed
newrelic-prometheus
->newrelic-prometheus-agent