This repository was archived by the owner on Jul 28, 2026. It is now read-only.
v0.30.0 #2637
jcreixell
started this conversation in
Announcements
v0.30.0
#2637
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is release
v0.30.0of the Grafana Agent.Upgrading
Read the upgrade guide for specific instructions on upgrading from older versions.
Notable changes:
Breaking changes
ebpf_exporterintegration has been removed due to issues with staticlinking. It may be brought back once these are resolved. (@tpaschalis)
Deprecations
EXPERIMENTAL_ENABLE_FLOWenvironment variable is deprecated in favor ofAGENT_MODE=flow. Support forEXPERIMENTAL_ENABLE_FLOWwill be removed inv0.32. (@rfratto)
Features
grafana-agent-operatorsupports oauth2 as an authentication method forremote_write. (@timo-42)
Grafana Agent Flow: Add tracing instrumentation and a
tracingblock toforward traces to
otelcolcomponent. (@rfratto)Grafana Agent Flow: Add a
discovery_target_decodefunction to decode a JSONarray of discovery targets corresponding to Prometheus' HTTP and file service
discovery formats. (@rfratto)
New Grafana Agent Flow components:
remote.httppolls an HTTP URL and exposes the response body as a stringor secret to other components. (@rfratto)
discovery.dockerdiscovers Docker containers from a Docker Engine host.(@rfratto)
loki.source.filereads and tails files for log entries and forwards themto other
lokicomponents. (@tpaschalis)loki.writereceives log entries from otherlokicomponents and sendsthem over to a Loki instance. (@tpaschalis)
loki.relabelreceives log entries from otherlokicomponents andrewrites their label set. (@tpaschalis)
loki.processreceives log entries from otherlokicomponents and runsone or more processing stages. (@tpaschalis)
discovery.filediscovers files on the filesystem following globpatterns. (@mattdurham)
Integrations: Introduce the
snowflakeintegration. (@BinaryFissionGames)Enhancements
Integrations: Always use direct connection in mongodb_exporter integration. (@v-zhuravlev)
Update OpenTelemetry Collector dependency to v0.63.1. (@tpaschalis)
riverfmt: Permit empty blocks with both curly braces on the same line.
(@rfratto)
riverfmt: Allow function arguments to persist across different lines.
(@rfratto)
Flow: The HTTP server will now start before the Flow controller performs the
initial load. This allows metrics and pprof data to be collected during the
first load. (@rfratto)
Add support for using a password map file in
redis_exporter. (@spartan0x117)Flow: Add support for exemplars in Prometheus component pipelines. (@rfratto)
Update Prometheus dependency to v2.40.5. (@rfratto)
Update Promtail dependency to k127. (@rfratto)
Native histograms are now supported in the static Grafana Agent and in
prometheus.*Flow components. Native histograms will be automaticallycollected from supported targets. remote_write must be configured to forward
native histograms from the WAL to the specified endpoints.
Flow: metrics generated by upstream OpenTelemetry Collector components are
now exposed at the
/metricsendpoint of Grafana Agent Flow. (@rfratto)Bugfixes
Fix issue where whitespace was being sent as part of password when using a
password file for
redis_exporter. (@spartan0x117)Flow UI: Fix issue where a configuration block referencing a component would
cause the graph page to fail to load. (@rfratto)
Remove duplicate
oauth2key frommetricsinstancesCRD. (@daper)Fix issue where on checking whether to restart integrations the Integration Manager was comparing
configs with secret values scrubbed, preventing reloads if only secrets were updated. (@spartan0x117)
Other changes
Installation:
Grafana Agent is currently distributed in plain binary form, Docker container images, a Windows installer, and a Kubernetes install script. Choose whichever fits your use-case best.
Kubernetes
Install directions here.
Docker container:
docker pull "grafana/agent:v0.30.0"Windows installer
The Windows installer is provided as a release asset for x64 machines.
Binary
We provide precompiled binary executables for the most common operating systems. Choose from the assets below for your matching operating system.
Note: ppc64le builds are currently considered secondary release targets and do not have the same level of support and testing as other platforms.
Example for the
linuxoperating system onamd64:agentctlagentctl, a tool for helping you interact with the Agent, is available as a Docker image:docker pull "grafana/agentctl:v0.30.0"Or as a binary. Like before, choose the assets below that matches your operating system. For example, with
linuxonamd64:agent-operatoragent-operator, a Kubernetes Operator for the Grafana Agent, is available only as a Docker image:docker pull "grafana/agent-operator:v0.30.0"This discussion was created from the release v0.30.0.
All reactions