Contributors should read our contributors guide for instructions on how to update the changelog.
This document contains a historical list of changes between releases. Only changes that impact end-user behavior are listed; changes to documentation or internal API changes are not present.
- Fix an issue where Prometheus metric name validation scheme was set by default to UTF-8. It is now set back to the
previous "legacy" scheme. An experimental flag
--feature.prometheus.metric-validation-schemecan be used to switch it toutf-8to experiment with UTF-8 support.
-
(Experimental) In
prometheus.write.queuechangedparallelismfrom attribute to a block to allow for dynamic scaling. (@mattdurham) -
Remove
tls_basic_auth_config_pathattribute fromprometheus.exporter.mongodbconfiguration as it does not configure TLS client behavior as previously documented. -
Remove
encodingandencoding_file_extfromotelcol.exporter.awss3component as it was not wired in to the otel component and Alloy does not currently integrate the upstream encoding extensions that this would utilize.
-
Add a
otelcol.receiver.tcplogcomponent to receive OpenTelemetry logs over a TCP connection. (@nosammai) -
(Public preview) Add
otelcol.receiver.filelogcomponent to read otel log entries from files (@dehaansa) -
(Public preview) Add a
otelcol.processor.cumulativetodeltacomponent to convert metrics from cumulative temporality to delta. (@madaraszg-tulip) -
(Experimental) Add a
stage.windowseventblock in theloki.processcomponent. This aims to replace the existingstage.eventlogmessage. (@wildum) -
Add
pyroscope.relabelcomponent to modify or filter profiles using Prometheus relabeling rules. (@marcsanmi) -
(Experimental) A new
foreachblock which starts an Alloy pipeline for each item inside a list. (@wildum, @thampiotr, @ptodev)
-
Upgrade to OpenTelemetry Collector v0.119.0 (@dehaansa):
otelcol.processor.resourcedetection: additional configuration for theec2detector to configure retry behaviorotelcol.processor.resourcedetection: additional configuration for thegcpdetector to collect Managed Instance Group attributesotelcol.processor.resourcedetection: additional configuration for theeksdetector to collect cloud account attributesotelcol.processor.resourcedetection: addkubeadmdetector to collect local cluster attributesotelcol.processor.cumulativetodelta: addmetric_typesfiltering optionsotelcol.exporter.awss3: support configuring sending_queue behaviorotelcol.exporter.otlphttp: support configuringcompression_params, which currently only includeslevelconfigtls: opentelemetry components with tls config now support specifying TLS curve preferencessending_queue: opentelemetry exporters with asending_queuecan now configure the queue to beblocking
-
Add
go_table_fallbackarg topyroscope.ebpf(@korniltsev) -
Memory optimizations in
pyroscope.scrape(@korniltsev) -
Do not drop
__metalabels inpyroscope.scrape. (@korniltsev) -
Add the possibility to export span events as logs in
otelcol.connector.spanlogs. (@steve-hb) -
Add json format support for log export via faro receiver (@ravishankar15)
-
(Experimental) Various changes to the experimental component
database_observability.mysql:connection_info: add namespace to the metric (@cristiangreco)query_sample: better support for table name parsing (@cristiangreco)query_sample: capture schema name for query samples (@cristiangreco)query_sample: fix error handling during result set iteration (@cristiangreco)query_sample: improve parsing of truncated queries (@cristiangreco)query_sample: split out sql parsing logic to a separate file (@cristiangreco)schema_table: add table columns parsing (@cristiagreco)schema_table: correctly quote schema and table name in SHOW CREATE (@cristiangreco)schema_table: fix handling of view table types when detecting schema (@matthewnolf)schema_table: refactor cache config in schema_table collector (@cristiangreco)- Component: add enable/disable collector configurability to
database_observability.mysql. This removes thequery_samples_enabledargument, now configurable via enable/disable collector. (@fridgepoet) - Component: always log
instancelabel key (@cristiangreco) - Component: better error handling for collectors (@cristiangreco)
- Component: use labels for some indexed logs elements (@cristiangreco)
-
Reduce CPU usage of
loki.source.windowseventby up to 85% by updating the bookmark file every 10 seconds instead of after every event and by optimizing the retrieval of the process name. (@wildum) -
Ensure consistent service_name label handling in
pyroscope.receive_httpto match Pyroscope's behavior. (@marcsanmi) -
Improved memory and CPU performance of Prometheus pipelines by changing the underlying implementation of targets (@thampiotr)
-
Add
config_merge_strategyinprometheus.exporter.snmpto optionally merge custom snmp config with embedded config instead of replacing. Useful for providing SNMP auths. (@v-zhuravlev) -
Upgrade
beyla.ebpfto v2.0.4. The full list of changes can be found in the Beyla release notes. (@marctc)
-
Fix log rotation for Windows in
loki.source.fileby refactoring the component to use the runner pkg. This should also reduce CPU consumption when tailing a lot of files in a dynamic environment. (@wildum) -
Add livedebugging support for
prometheus.remote_write(@ravishankar15) -
Add livedebugging support for
otelcol.connector.*components (@wildum) -
Bump snmp_exporter and embedded modules to 0.27.0. Add support for multi-module handling by comma separation and expose argument to increase SNMP polling concurrency for
prometheus.exporter.snmp. (@v-zhuravlev) -
Add support for pushv1.PusherService Connect API in
pyroscope.receive_http. (@simonswine) -
Fixed an issue where
loki.processwould sometimes output live debugging entries out-of-order (@thampiotr) -
Fixed a bug where components could be evaluated concurrently without the full context during a config reload (@wildum)
-
Fixed locks that wouldn't be released in the remotecfg service if some errors occurred during the configuration reload (@spartan0x117)
- Upgrading to Prometheus v2.54.1. (@ptodev)
-
discovery.dockerhas a newmatch_first_networkattribute for matching the first network if the container has multiple networks defined, thus avoiding collecting duplicate targets. -
discovery.ec2,discovery.kubernetes,discovery.openstack, anddiscovery.ovhcloudadd extra__meta_labels. -
prometheus.remote_writesupports Azure OAuth and Azure SDK authentication. -
discovery.linodehas a newregionattribute, as well as extra__meta_labels. -
A new
scrape_native_histogramsargument forprometheus.scrape. This is enabled by default and can be used to explicitly disable native histogram support. In previous versions of Alloy, native histogram support has also been enabled by default as long asscrape_protocolsstarts withPrometheusProto. -
Change the stability of the
remotecfgfeature from "public preview" to "generally available". (@erikbaranowski)
-
- Resolve issue with Beyla starting. (@rafaelroquetto)
- Upgrade to OpenTelemetry Collector v0.116.0:
otelcol.processor.tailsampling: Change decision precedence when usingand_sub_policyandinvert_match. For more information, see the release notes for Alloy 1.6.
-
Add support for TLS to
prometheus.write.queue. (@mattdurham) -
Add
otelcol.receiver.syslogcomponent to receive otel logs in syslog format (@dehaansa) -
Add support for metrics in
otelcol.exporter.loadbalancing(@madaraszg-tulip) -
Add
add_cloudwatch_timestamptoprometheus.exporter.cloudwatchmetrics. (@captncraig) -
Add support to
prometheus.operator.servicemonitorsto allowendpointslicerole. (@yoyosir) -
Add
otelcol.exporter.splunkhecallowing to export otel data to Splunk HEC (@adlotsof) -
Add
otelcol.receiver.solacecomponent to receive traces from a Solace broker. (@wildum) -
Add
otelcol.exporter.syslogcomponent to export logs in syslog format (@dehaansa) -
(Experimental) Add a
database_observability.mysqlcomponent to collect mysql performance data. (@cristiangreco & @matthewnolf) -
Add
otelcol.receiver.influxdbto convert influx metric into OTEL. (@EHSchmitt4395) -
Add a new
/-/healthyendpoint which returns HTTP 500 if one or more components are unhealthy. (@ptodev)
-
Improved performance by reducing allocation in Prometheus write pipelines by ~30% (@thampiotr)
-
Update
prometheus.write.queueto support v2 for cpu performance. (@mattdurham) -
(Experimental) Add health reporting to
database_observability.mysqlcomponent (@cristiangreco) -
Add second metrics sample to the support bundle to provide delta information (@dehaansa)
-
Add all raw configuration files & a copy of the latest remote config to the support bundle (@dehaansa)
-
Add relevant golang environment variables to the support bundle (@dehaansa)
-
Add support for server authentication to otelcol components. (@aidaleuc)
-
Update mysqld_exporter from v0.15.0 to v0.16.0 (including 2ef168bf6), most notable changes: (@cristiangreco)
- Support MySQL 8.4 replicas syntax
- Fetch lock time and cpu time from performance schema
- Fix fetching tmpTables vs tmpDiskTables from performance_schema
- Skip SPACE_TYPE column for MariaDB >=10.5
- Fixed parsing of timestamps with non-zero padded days
- Fix auto_increment metric collection errors caused by using collation in INFORMATION_SCHEMA searches
- Change processlist query to support ONLY_FULL_GROUP_BY sql_mode
- Add perf_schema quantile columns to collector
-
Live Debugging button should appear in UI only for supported components (@ravishankar15)
-
Add three new stdlib functions to_base64, from_URLbase64 and to_URLbase64 (@ravishankar15)
-
Add
ignore_older_thanoption for local.file_match (@ravishankar15) -
Add livedebugging support for discovery components (@ravishankar15)
-
Add livedebugging support for
discover.relabel(@ravishankar15) -
Performance optimization for live debugging feature (@ravishankar15)
-
Upgrade
github.com/goccy/go-jsonto v0.10.4, which reduces the memory consumption of an Alloy instance by 20MB. If Alloy is running certain otelcol components, this reduction will not apply. (@ptodev) -
improve performance in regexp component: call fmt only if debug is enabled (@r0ka)
-
Update
prometheus.write.queuelibrary for performance increases in cpu. (@mattdurham) -
Update
loki.secretfilterto be compatible with the new[[rules.allowlists]]gitleaks allowlist format (@romain-gaillard) -
Update
async-profilerbinaries forpyroscope.javato 3.0-fa937db (@aleks-p) -
Reduced memory allocation in discovery components by up to 30% (@thampiotr)
-
Fix issue where
alloy_prometheus_relabel_metrics_processedwas not being incremented. (@mattdurham) -
Fixed issue with automemlimit logging bad messages and trying to access cgroup on non-linux builds (@dehaansa)
-
Fixed issue with reloading configuration and prometheus metrics duplication in
prometheus.write.queue. (@mattdurham) -
Updated
prometheus.write.queueto fix issue with TTL comparing different scales of time. (@mattdurham) -
Fixed an issue in the
prometheus.operator.servicemonitors,prometheus.operator.podmonitorsandprometheus.operator.probesto support capitalized actions. (@QuentinBisson) -
Fixed an issue where the
otelcol.processor.intervalcould not be used because the debug metrics were not set to default. (@wildum) -
Fixed an issue where
loki.secretfilterwould crash if the secret was shorter than thepartial_maskvalue. (@romain-gaillard) -
Change the log level in the
eventlogmessagestage of theloki.processcomponent fromwarntodebug. (@wildum) -
Fix a bug in
loki.source.kafkawhere thetopicsargument incorrectly used regex matching instead of exact matches. (@wildum)
-
Change the stability of the
livedebuggingfeature from "experimental" to "generally available". (@wildum) -
Use Go 1.23.3 for builds. (@mattdurham)
-
Upgrade Beyla to v1.9.6. (@wildum)
-
Upgrade to OpenTelemetry Collector v0.116.0:
-
otelcol.receiver.datadog: Return a json reponse instead of "OK" when a trace is received with a newer protocol version. open-telemetry/opentelemetry-collector-contrib#35705 -
otelcol.receiver.datadog: Changes response message for/api/v1/check_run202 response to be JSON and on par with Datadog API spec open-telemetry/opentelemetry-collector-contrib#36029 -
otelcol.receiver.solace: The Solace receiver may unexpectedly terminate on reporting traces when used with a memory limiter processor and under high load. open-telemetry/opentelemetry-collector-contrib#35958 -
otelcol.receiver.solace: Support converting the newMove to Dead Message Queueand newDeletespans generated by Solace Event Broker to OTLP. open-telemetry/opentelemetry-collector-contrib#36071 -
otelcol.exporter.datadog: Stop prefixinghttp_server_duration,http_server_request_sizeandhttp_server_response_sizewithotelcol. open-telemetry/opentelemetry-collector-contrib#36265 These metrics can be from SDKs rather than collector. Stop prefixing them to be consistent with https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics -
otelcol.receiver.datadog: Add json handling for theapi/v2/seriesendpoint in the datadogreceiver. open-telemetry/opentelemetry-collector-contrib#36218 -
otelcol.processor.span: Add a newkeep_original_nameconfiguration argument to keep the original span name when extracting attributes from the span name. open-telemetry/opentelemetry-collector-contrib#36397 -
pkg/ottl: Respect thedepthoption when flattening slices usingflatten. Thedepthoption is also now required to be at least1. open-telemetry/opentelemetry-collector-contrib#36198 -
otelcol.exporter.loadbalancing: Shutdown exporters during collector shutdown. This fixes a memory leak. open-telemetry/opentelemetry-collector-contrib#36024 -
otelcol.processor.k8sattributes: Newwait_for_metadataandwait_for_metadata_timeoutconfiguration arguments, which block the processor startup until metadata is received from Kubernetes. open-telemetry/opentelemetry-collector-contrib#32556 -
otelcol.processor.k8sattributes: Enable thek8sattr.fieldExtractConfigRegex.disallowfor all Alloy instances, to retain the behavior ofregexargument in theannotationandlabelblocks. When the feature gate is "deprecated" in the upstream Collector, Alloy users will need to use the transform processor instead. open-telemetry/opentelemetry-collector-contrib#25128 -
otelcol.receiver.vcenter: The existing code did not honor TLS settings beyond 'insecure'. All TLS client config should now be honored. open-telemetry/opentelemetry-collector-contrib#36482 -
otelcol.receiver.opencensus: Do not report error message when OpenCensus receiver is shutdown cleanly. open-telemetry/opentelemetry-collector-contrib#36622 -
otelcol.processor.k8sattributes: Fixed parsing of k8s image names to support images with tags and digests. open-telemetry/opentelemetry-collector-contrib#36145 -
otelcol.exporter.loadbalancing: Adding sending_queue, retry_on_failure and timeout settings to loadbalancing exporter configuration. open-telemetry/opentelemetry-collector-contrib#35378 -
otelcol.exporter.loadbalancing: The k8sresolver was triggering exporter churn in the way the change event was handled. open-telemetry/opentelemetry-collector-contrib#35658 -
otelcol.processor.k8sattributes: Override extracted k8s attributes if original value has been empty. open-telemetry/opentelemetry-collector-contrib#36466 -
otelcol.exporter.awss3: Upgrading to adopt aws sdk v2. open-telemetry/opentelemetry-collector-contrib#36698 -
pkg/ottl: GetXML Converter now supports selecting text, CDATA, and attribute (value) content. -
otelcol.exporter.loadbalancing: Adds a an optionalreturn_hostnamesconfiguration argument to the k8s resolver. open-telemetry/opentelemetry-collector-contrib#35411 -
otelcol.exporter.kafka,otelcol.receiver.kafka: Add a newAWS_MSK_IAM_OAUTHBEARERmechanism. This mechanism use the AWS MSK IAM SASL Signer for Go https://github.com/aws/aws-msk-iam-sasl-signer-go. open-telemetry/opentelemetry-collector-contrib#32500 -
Use Go 1.23.5 for builds. (@wildum)
-
-
Logs from underlying clustering library
memberlistare now surfaced with correct level (@thampiotr) -
Allow setting
informer_sync_timeoutin prometheus.operator.* components. (@captncraig) -
For sharding targets during clustering,
loki.source.podlogsnow only takes into account some labels. (@ptodev) -
Improve instrumentation of
pyroscope.relabelcomponent. (@marcsanmi)
-
Fixed an issue in the
pyroscope.writecomponent to prevent TLS connection churn to Pyroscope when thepyroscope.receive_httpclients don't request keepalive (@madaraszg-tulip) -
Fixed an issue in the
pyroscope.writecomponent with multiple endpoints not working correctly for forwarding profiles frompyroscope.receive_http(@madaraszg-tulip) -
Fixed a few race conditions that could lead to a deadlock when using
importstatements, which could lead to a memory leak on/metricsendpoint of an Alloy instance. (@thampiotr) -
Fix a race condition where the ui service was dependent on starting after the remotecfg service, which is not guaranteed. (@dehaansa & @erikbaranowski)
-
Fixed an issue in the
otelcol.exporter.prometheuscomponent that would set series value incorrectly for stale metrics (@YusifAghalar) -
loki.source.podlogs: Fixed a bug which prevented clustering from working and caused duplicate logs to be sent. The bug only happened when noselectorornamespace_selectorblocks were specified in the Alloy configuration. (@ptodev) -
Fixed an issue in the
pyroscope.writecomponent to allow slashes in application names in the same way it is done in the Pyroscope push API (@marcsanmi) -
Fixed a crash when updating the configuration of
remote.http. (@kinolaev) -
Fixed an issue in the
otelcol.processor.attributecomponent where the actionsdeleteandhashcould not be used with thepatternargument. (@wildum) -
Fixed an issue in the
prometheus.exporter.postgrescomponent that would leak goroutines when the target was not reachable (@dehaansa)
-
import.git: The default value forrevisionhas changed fromHEADtomain. (@ptodev) It is no longer allowed to setrevisionto"HEAD","FETCH_HEAD","ORIG_HEAD","MERGE_HEAD", or"CHERRY_PICK_HEAD". -
The Otel update to v0.112.0 has a few breaking changes:
- [
otelcol.processor.deltatocumulative] Changemax_streamsdefault value to9223372036854775807(max int). open-telemetry/opentelemetry-collector-contrib#35048 - [
otelcol.connector.spanmetrics] Changenamespacedefault value totraces.span.metrics. open-telemetry/opentelemetry-collector-contrib#34485 - [
otelcol.exporter.logging] Removed in favor of theotelcol.exporter.debug. open-telemetry/opentelemetry-collector#11337
- [
-
Add support bundle generation via the API endpoint /-/support (@dehaansa)
-
Add the function
path_jointo the stdlib. (@wildum) -
Add
pyroscope.receive_httpcomponent to receive and forward Pyroscope profiles (@marcsanmi) -
Add support to
loki.source.syslogfor the RFC3164 format ("BSD syslog"). (@sushain97) -
Add support to
loki.source.apito be able to extract the tenant from the HTTPX-Scope-OrgIDheader (@QuentinBisson) -
(Experimental) Add a
loki.secretfiltercomponent to redact secrets from collected logs. -
(Experimental) Add a
prometheus.write.queuecomponent to add an alternative toprometheus.remote_writewhich allowing the writing of metrics to a prometheus endpoint. (@mattdurham) -
(Experimental) Add the
array.combine_mapsfunction to the stdlib. (@ptodev, @wildum)
-
The
mimir.rules.kubernetescomponent now supports adding extra label matchers to all queries discovered viaPrometheusRuleCRDs. (@thampiotr) -
The
cluster.use-discovery-v1flag is now deprecated since there were no issues found with the v2 cluster discovery mechanism. (@thampiotr) -
SNMP exporter now supports labels in both
targetandtargetsparameters. (@mattdurham) -
Add support for relative paths to
import.file. This new functionality allows users to useimport.fileblocks in modules imported viaimport.gitand otherimport.file. (@wildum) -
prometheus.exporter.cloudwatch: Thediscoveryblock now has arecently_active_onlyconfiguration attribute to return only metrics which have been active in the last 3 hours. -
Add Prometheus bearer authentication to a
prometheus.write.queuecomponent (@freak12techno) -
Support logs that have a
timestampfield instead of atimefield for theloki.source.azure_event_hubscomponent. (@andriikushch) -
Add
proxy_urltootelcol.exporter.otlphttp. (@wildum) -
Allow setting
informer_sync_timeoutin prometheus.operator.* components. (@captncraig)
-
Fixed a bug in
import.gitwhich caused a"non-fast-forward update"error message. (@ptodev) -
Do not log error on clean shutdown of
loki.source.journal. (@thampiotr) -
prometheus.operator.*components: Fixed a bug which would sometimes cause a "failed to create service discovery refresh metrics" error after a config reload. (@ptodev)
-
Small fix in UI stylesheet to fit more content into visible table area. (@defanator)
-
Changed OTEL alerts in Alloy mixin to use success rate for tracing. (@thampiotr)
-
Support TLS client settings for clustering (@tiagorossig)
-
Add support for
not_modifiedresponse inremotecfg. (@spartan0x117) -
Fix dead link for RelabelConfig in the PodLog documentation page (@TheoBrigitte)
-
Most notable changes coming with the OTel update from v0.108.0 vo v0.112.0 besides the breaking changes: (@wildum)
- [
http config] Add support for lz4 compression. open-telemetry/opentelemetry-collector#9128 - [
otelcol.processor.interval] Add support for gauges and summaries. open-telemetry/opentelemetry-collector-contrib#34803 - [
otelcol.receiver.kafka] Add possibility to tune the fetch sizes. open-telemetry/opentelemetry-collector-contrib#34431 - [
otelcol.processor.tailsampling] Addinvert_matchto boolean attribute. open-telemetry/opentelemetry-collector-contrib#34730 - [
otelcol.receiver.kafka] Add support to decode tootlp_json. open-telemetry/opentelemetry-collector-contrib#33627 - [
otelcol.processor.transform] Add functionsconvert_exponential_histogram_to_histogramandaggregate_on_attribute_value. open-telemetry/opentelemetry-collector-contrib#33824 open-telemetry/opentelemetry-collector-contrib#33423
- [
-
Fix an issue where some
faro.receiverwould drop multiple fields defined inpayload.meta.browser, as fields were defined in the struct. -
pyroscope.scrapeno longer tries to scrape endpoints which are not active targets anymore. (@wildum @mattdurham @dehaansa @ptodev) -
Fixed a bug with
loki.source.podlogsnot starting in large clusters due to short informer sync timeout. (@elburnetto-intapp) -
prometheus.exporter.windows: Fixed bug withexcluderegular expression config arguments which caused missing metrics. (@ptodev)
-
Update windows_exporter from v0.27.2 vo v0.27.3: (@jkroepke)
- Fixes a bug where scraping Windows service crashes alloy
-
Update yet-another-cloudwatch-exporter from v0.60.0 vo v0.61.0: (@morremeyer)
- Fixes a bug where cloudwatch S3 metrics are reported as
0
- Fixes a bug where cloudwatch S3 metrics are reported as
-
Issue 1687 - otelcol.exporter.awss3 fails to configure (@cydergoth)
- Fix parsing of the Level configuration attribute in debug_metrics config block
- Ensure "optional" debug_metrics config block really is optional
-
Fixed an issue with
loki.processwherestage.luhnandstage.timestampwould not apply default configuration settings correctly (@thampiotr) -
Fixed an issue with
loki.processwhere configuration could be reloaded even if there were no changes. (@ptodev, @thampiotr) -
Fix issue where
loki.source.kubernetestook into account all labels, instead of specific logs labels. Resulting in duplication. (@mattdurham)
- Windows installer: Don't quote Alloy's binary path in the Windows Registry. (@jkroepke)
- Add quotes to windows service path to prevent path interception attack. CVE-2024-8975 (@mattdurham)
-
Some debug metrics for
otelcolcomponents have changed. (@thampiotr) For example,otelcol.exporter.otlp'sexporter_sent_spans_ratio_totalmetric is nowotelcol_exporter_sent_spans_total. -
[otelcol.processor.transform] The functions
convert_sum_to_gaugeandconvert_gauge_to_summust now be used in themetriccontextrather than in thedatapointcontext. open-telemetry/opentelemetry-collector-contrib#34567 (@wildum) -
Upgrade Beyla from 1.7.0 to 1.8.2. A complete list of changes can be found on the Beyla releases page: https://github.com/grafana/beyla/releases. (@wildum) It contains a few breaking changes for the component
beyla.ebpf:- renamed metric
process.cpu.statetocpu.mode - renamed metric
beyla_build_infotobeyla_internal_build_info
- renamed metric
- Added Datadog Exporter community component, enabling exporting of otel-formatted Metrics and traces to Datadog. (@polyrain)
- (Experimental) Add an
otelcol.processor.intervalcomponent to aggregate metrics and periodically forward the latest values to the next component in the pipeline.
-
Clustering peer resolution through
--cluster.join-addressesflag has been improved with more consistent behaviour, better error handling and added support for A/AAAA DNS records. If necessary, users can temporarily opt out of this new behaviour with the--cluster.use-discovery-v1, but this can only be used as a temporary measure, since this flag will be disabled in future releases. (@thampiotr) -
Added a new panel to Cluster Overview dashboard to show the number of peers seen by each instance in the cluster. This can help diagnose cluster split brain issues. (@thampiotr)
-
Updated Snowflake exporter with performance improvements for larger environments. Also added a new panel to track deleted tables to the Snowflake mixin. (@Caleb-Hurshman)
-
Add a
otelcol.processor.groupbyattrscomponent to reassociate collected metrics that match specified attributes from opentelemetry. (@kehindesalaam) -
Update windows_exporter to v0.27.2. (@jkroepke) The
smb.enabled_listandsmb_client.enabled_listdoesn't have any effect anymore. All sub-collectors are enabled by default. -
Live debugging of
loki.processwill now also print the timestamp of incoming and outgoing log lines. This is helpful for debuggingstage.timestamp. (@ptodev) -
Add extra validation in
beyla.ebpfto avoid panics when network feature is enabled. (@marctc) -
A new parameter
aws_sdk_version_v2is added for the cloudwatch exporters configuration. It enables the use of aws sdk v2 which has shown to have significant performance benefits. (@kgeckhart, @andriikushch) -
prometheus.exporter.cloudwatchcan now collect metrics from custom namespaces via thecustom_namespaceblock. (@ptodev) -
Add the label
alloy_clusterin the metricalloy_config_hashwhen the flagcluster.nameis set to help differentiate between configs from the same alloy cluster or different alloy clusters. (@wildum) -
Add support for discovering the cgroup path(s) of a process in
process.discovery. (@mahendrapaipuri)
-
Fix a bug where the scrape timeout for a Probe resource was not applied, overwriting the scrape interval instead. (@morremeyer, @stefanandres)
-
Fix a bug where custom components don't always get updated when the config is modified in an imported directory. (@ante012)
-
Fixed an issue which caused loss of context data in Faro exception. (@codecapitano)
-
Fixed an issue where providing multiple hostnames or IP addresses via
--cluster.join-addresseswould only use the first provided value. (@thampiotr) -
Fixed an issue where providing
<hostname>:<port>in--cluster.join-addresseswould only resolve with DNS to a single address, instead of using all the available records. (@thampiotr) -
Fixed an issue where clustering peers resolution via hostname in
--cluster.join-addressesresolves to duplicated IP addresses when using SRV records. (@thampiotr) -
Fixed an issue where the
connection_stringfor theloki.source.azure_event_hubscomponent was displayed in the UI in plaintext. (@MorrisWitthein) -
Fix a bug in
discovery.*components where oldtargetswould continue to be exported to downstream components. This would only happen if the config fordiscovery.*is reloaded in such a way that no new targets were discovered. (@ptodev, @thampiotr) -
Fixed bug in
loki.processwithsamplingstage where all components use samedrop_counter_reason. (@captncraig) -
Fixed an issue (see #1599) where specifying both path and key in the remote.vault
pathconfiguration could result in incorrect URLs. Thepathandkeyarguments have been separated to allow for clear and accurate specification of Vault secrets. (@PatMis16)
-
Renamed standard library functions. Old names are still valid but are marked deprecated. (@wildum)
-
Aliases for the namespaces are deprecated in the Cloudwatch exporter. For example: "s3" is not allowed, "AWS/S3" should be used. Usage of the aliases will generate warnings in the logs. Support for the aliases will be dropped in the upcoming releases. (@kgeckhart, @andriikushch)
-
Update OTel from v0.105.0 vo v0.108.0: (@wildum)
- [
otelcol.receiver.vcenter] New VSAN metrics. open-telemetry/opentelemetry-collector-contrib#33556 - [
otelcol.receiver.kafka] Addsession_timeoutandheartbeat_intervalattributes. open-telemetry/opentelemetry-collector-contrib#33082 - [
otelcol.processor.transform] Addaggregate_on_attributesfunction for metrics. open-telemetry/opentelemetry-collector-contrib#33334 - [
otelcol.receiver.vcenter] Enable metrics by default open-telemetry/opentelemetry-collector-contrib#33607
- [
-
Updated the docker base image to Ubuntu 24.04 (Noble Numbat). (@mattiasa )
- Windows installer: Don't quote Alloy's binary path in the Windows Registry. (@jkroepke)
- Add quotes to windows service path to prevent path interception attack. CVE-2024-8975 (@mattdurham)
-
Changed the cluster startup behaviour, reverting to the previous logic where a failure to resolve cluster join peers results in the node creating its own cluster. This is to facilitate the process of bootstrapping a new cluster following user feedback (@thampiotr)
-
Fix a memory leak which would occur any time
loki.processhad its configuration reloaded. (@ptodev)
- [
otelcol.exporter.otlp,otelcol.exporter.loadbalancing]: Change the default gRPC load balancing strategy. The default value for thebalancer_nameattribute has changed toround_robinopen-telemetry/opentelemetry-collector#10319
-
Update Public preview
remotecfgargument frommetadatatoattributes. (@erikbaranowski) -
The default value of the argument
unmatchedin the blockroutesof the componentbeyla.ebpfwas changed fromunsettoheuristic(@marctc)
-
Added community components support, enabling community members to implement and maintain components. (@wildum)
-
A new
otelcol.exporter.debugcomponent for printing OTel telemetry from otherotelcolcomponents to the console. (@BarunKGP)
-
Added custom metrics capability to oracle exporter. (@EHSchmitt4395)
-
Added a success rate panel on the Prometheus Components dashboard. (@thampiotr)
-
Add namespace field to Faro payload (@cedricziel)
-
Add the
targetsargument to theprometheus.exporter.blackboxcomponent to support passing blackbox targets at runtime. (@wildum) -
Add concurrent metric collection to
prometheus.exporter.snowflaketo speed up collection times (@Caleb-Hurshman) -
Added live debugging support to
otelcol.processor.*components. (@wildum) -
Add automatic system attributes for
versionandostoremotecfg. (@erikbaranowski) -
Added live debugging support to
otelcol.receiver.*components. (@wildum) -
Added live debugging support to
loki.process. (@wildum) -
Added live debugging support to
loki.relabel. (@wildum) -
Added a
namespacelabel to probes scraped by theprometheus.operator.probescomponent to align with the upstream Prometheus Operator setup. (@toontijtgat2) -
(Public preview) Added rate limiting of cluster state changes to reduce the number of unnecessary, intermediate state updates. (@thampiotr)
-
Allow setting the CPU profiling event for Java Async Profiler in
pyroscope.javacomponent (@slbucur) -
Update windows_exporter to v0.26.2. (@jkroepke)
-
mimir.rules.kubernetesis now able to add extra labels to the Prometheus rules. (@psychomantys) -
prometheus.exporter.unixcomponent now exposes hwmon collector config. (@dtrejod) -
Upgrade from OpenTelemetry v0.102.1 to v0.105.0.
- [
otelcol.receiver.*] A newcompression_algorithmsattribute to configure which compression algorithms are allowed by the HTTP server. open-telemetry/opentelemetry-collector#10295 - [
otelcol.exporter.*] Fix potential deadlock in the batch sender. open-telemetry/opentelemetry-collector#10315 - [
otelcol.exporter.*] Fix a bug when the retry and timeout logic was not applied with enabled batching. open-telemetry/opentelemetry-collector#10166 - [
otelcol.exporter.*] Fix a bug where an unstarted batch_sender exporter hangs on shutdown. open-telemetry/opentelemetry-collector#10306 - [
otelcol.exporter.*] Fix small batch due to unfavorable goroutine scheduling in batch sender. open-telemetry/opentelemetry-collector#9952 - [
otelcol.exporter.otlphttp] A newcookiesblock to store cookies from server responses and reuse them in subsequent requests. open-telemetry/opentelemetry-collector#10175 - [
otelcol.exporter.otlp] Fixed a bug where the receiver's http response was not properly translating grpc error codes to http status codes. open-telemetry/opentelemetry-collector#10574 - [
otelcol.processor.tail_sampling] Simple LRU Decision Cache for "keep" decisions. open-telemetry/opentelemetry-collector-contrib#33533 - [
otelcol.processor.tail_sampling] Fix precedence of inverted match in and policy. Previously if the decision from a policy evaluation wasNotSampledorInvertNotSampledit would return aNotSampleddecision regardless, effectively downgrading the result. This was breaking the documented behaviour that inverted decisions should take precedence over all others. open-telemetry/opentelemetry-collector-contrib#33671 - [
otelcol.exporter.kafka,otelcol.receiver.kafka] Add config attribute to disable Kerberos PA-FX-FAST negotiation. open-telemetry/opentelemetry-collector-contrib#26345 - [
OTTL]: Addedkeep_matching_keysfunction to allow dropping all keys from a map that don't match the pattern. open-telemetry/opentelemetry-collector-contrib#32989 - [
OTTL]: Add debug logs to help troubleshoot OTTL statements/conditions open-telemetry/opentelemetry-collector-contrib#33274 - [
OTTL]: Introducingappendfunction for appending items into an existing array. open-telemetry/opentelemetry-collector-contrib#32141 - [
OTTL]: IntroducingUriconverter parsing URI string into SemConv open-telemetry/opentelemetry-collector-contrib#32433 - [
OTTL]: Added a Hex() converter function open-telemetry/opentelemetry-collector-contrib#33450 - [
OTTL]: Added a IsRootSpan() converter function. open-telemetry/opentelemetry-collector-contrib#33729 - [
otelcol.processor.probabilistic_sampler]: Add Proportional and Equalizing sampling modes. open-telemetry/opentelemetry-collector-contrib#31918 - [
otelcol.processor.deltatocumulative]: Bugfix to properly drop samples when at limit. open-telemetry/opentelemetry-collector-contrib#33285 - [
otelcol.receiver.vcenter] Fixes errors in some of the client calls for environments containing multiple datacenters. open-telemetry/opentelemetry-collector-contrib#33735 - [
otelcol.processor.resourcedetection] Fetch CPU info only if related attributes are enabled. open-telemetry/opentelemetry-collector-contrib#33774 - [
otelcol.receiver.vcenter] Adding metrics for CPU readiness, CPU capacity, and network drop rate. open-telemetry/opentelemetry-collector-contrib#33607 - [
otelcol.receiver.vcenter] Drop support for vCenter 6.7. open-telemetry/opentelemetry-collector-contrib#33607 - [
otelcol.processor.attributes] Add an option to extract value from a client address by specifyingclient.addressvalue in thefrom_contextfield. open-telemetry/opentelemetry-collector-contrib#34048 otelcol.connector.spanmetrics: Produce delta temporality span metrics with StartTimeUnixNano and TimeUnixNano values representing an uninterrupted series. open-telemetry/opentelemetry-collector-contrib#31780
- [
-
Upgrade Beyla component v1.6.3 to v1.7.0
- Reporting application process metrics
- New supported protocols: SQL, Redis, Kafka
- Several bugfixes
- Full list of changes: https://github.com/grafana/beyla/releases/tag/v1.7.0
-
Enable instances connected to remotecfg-compatible servers to Register themselves to the remote service. (@tpaschalis)
-
Allow in-memory listener to work for remotecfg-supplied components. (@tpaschalis)
-
Fixed a clustering mode issue where a fatal startup failure of the clustering service would exit the service silently, without also exiting the Alloy process. (@thampiotr)
-
Fix a bug which prevented config reloads to work if a Loki
metricsstage is in the pipeline. Previously, the reload would fail forloki.processwithout an error in the logs and the metrics from themetricsstage would get stuck at the same values. (@ptodev)
-
Fixed an issue with
loki.source.kubernetes_eventsnot starting in large clusters due to short informer sync timeout. (@nrwiersma) -
Updated ckit to fix an issue with armv7 panic on startup when forming a cluster. (@imavroukakis)
-
Fixed a clustering mode issue where a failure to perform static peers discovery did not result in a fatal failure at startup and could lead to potential split-brain issues. (@thampiotr)
- Use Go 1.22.5 for builds. (@mattdurham)
- Fixes the following vulnerabilities (@ptodev):
- Updated OpenTelemetry to v0.102.1. (@mattdurham)
- Components
otelcol.receiver.otlp,otelcol.receiver.zipkin,otelcol.extension.jaeger_remote_sampling, andotelcol.receiver.jaegersettingmax_request_body_sizedefault changed from unlimited size to20MiB. This is due to CVE-2024-36129.
- Components
-
Update Public preview
remotecfgto usealloy-remote-configinstead ofagent-remote-config. The API has been updated to use the termcollectoroveragent. (@erikbaranowski) -
Component
otelcol.receiver.vcenterremovedvcenter.host.network.packet.errors,vcenter.host.network.packet.count, andvcenter.vm.network.packet.count.vcenter.host.network.packet.errorsreplaced byvcenter.host.network.packet.error.rate.vcenter.host.network.packet.countreplaced byvcenter.host.network.packet.rate.vcenter.vm.network.packet.countreplaced byvcenter.vm.network.packet.rate.
-
Add an
otelcol.exporter.kafkacomponent to send OTLP metrics, logs, and traces to Kafka. -
Added
live debuggingto the UI. Live debugging streams data as they flow through components for debugging telemetry data. Individual components must be updated to support live debugging. (@wildum) -
Added live debugging support for
prometheus.relabel. (@wildum) -
(Experimental) Add a
otelcol.processor.deltatocumulativecomponent to convert metrics from delta temporality to cumulative by accumulating samples in memory. (@rfratto) -
(Experimental) Add an
otelcol.receiver.datadogcomponent to receive metrics and traces from Datadog. (@carrieedwards, @jesusvazquez, @alexgreenbank, @fedetorres93) -
Add a
prometheus.exporter.catchpointcomponent to collect metrics from Catchpoint. (@bominrahmani) -
Add the
-t/--testflag toalloy fmtto check if a alloy config file is formatted correctly. (@kavfixnel)
-
(Public preview) Add native histogram support to
otelcol.receiver.prometheus. (@wildum) -
(Public preview) Add metrics to report status of
remotecfgservice. (@captncraig) -
Added
scrape_protocolsoption toprometheus.scrape, which allows to control the preferred order of scrape protocols. (@thampiotr) -
Add support for configuring CPU profile's duration scraped by
pyroscope.scrape. (@hainenber) -
prometheus.exporter.snowflake: Add support for RSA key-pair authentication. (@Caleb-Hurshman) -
Improved filesystem error handling when working with
loki.source.fileandlocal.file_match, which removes some false-positive error log messages on Windows (@thampiotr) -
Updates
processor/probabilistic_samplerto use newFailedClosedfield from OTEL release v0.101.0. (@StefanKurek) -
Updates
receiver/vcenterto use new features and bugfixes introduced in OTEL releases v0.100.0 and v0.101.0. Refer to the v0.100.0 and v0.101.0 release notes for more detailed information. Changes that directly affected the configuration are as follows: (@StefanKurek)- The resource attribute
vcenter.datacenter.namehas been added and enabled by default for all resource types. - The resource attribute
vcenter.virtual_app.inventory_pathhas been added and enabled by default to differentiate between resource pools and virtual apps. - The resource attribute
vcenter.virtual_app.namehas been added and enabled by default to differentiate between resource pools and virtual apps. - The resource attribute
vcenter.vm_template.idhas been added and enabled by default to differentiate between virtual machines and virtual machine templates. - The resource attribute
vcenter.vm_template.namehas been added and enabled by default to differentiate between virtual machines and virtual machine templates. - The metric
vcenter.cluster.memory.usedhas been removed. - The metric
vcenter.vm.network.packet.drop.ratehas been added and enabled by default. - The metric
vcenter.cluster.vm_template.counthas been added and enabled by default.
- The resource attribute
-
Add
yaml_decodeto standard library. (@mattdurham, @djcode) -
Allow override debug metrics level for
otelcol.*components. (@hainenber) -
Add an initial lower limit of 10 seconds for the the
poll_frequencyargument in theremotecfgblock. (@tpaschalis) -
Add a constant jitter to
remotecfgservice's polling. (@tpaschalis) -
Added support for NS records to
discovery.dns. (@djcode) -
Improved clustering use cases for tracking GCP delta metrics in the
prometheus.exporter.gcp(@kgeckhart) -
Add the
targetsargument to theprometheus.exporter.snmpcomponent to support passing SNMP targets at runtime. (@wildum) -
Prefix Faro measurement values with
value_to align with the latest Faro cloud receiver updates. (@codecapitano) -
Add
base64_decodeto standard library. (@hainenber) -
Updated OpenTelemetry Contrib to v0.102.0. (@mattdurham)
otelcol.processor.resourcedetection: Added atagsconfig argument to theazuredetection mechanism. It exposes regex-matched Azure resource tags as OpenTelemetry resource attributes.
-
A new
snmp_contextconfiguration argument forprometheus.exporter.snmpwhich overrides thecontext_nameparameter in the SNMP configuration file. (@ptodev) -
Add extra configuration options for
beyla.ebpfto select Kubernetes objects to monitor. (@marctc)
-
Fixed an issue with
prometheus.scrapein which targets that move from one cluster instance to another could have a staleness marker inserted and result in a gap in metrics (@thampiotr) -
Fix panic when
import.gitis given a revision that does not exist on the remote repo. (@hainenber) -
Fixed an issue with
loki.source.dockerwhere collecting logs from targets configured with multiple networks would result in errors. (@wildum) -
Fixed an issue where converting OpenTelemetry Collector configs with unused telemetry types resulted in those types being explicitly configured with an empty array in
outputblocks, rather than them being omitted entirely. (@rfratto)
-
pyroscope.ebpf,pyroscope.java,pyroscope.scrape,pyroscope.writeanddiscovery.processcomponents are now GA. (@korniltsev) -
prometheus.exporter.snmp: Updating SNMP exporter from v0.24.1 to v0.26.0. (@ptodev, @erikbaranowski) -
prometheus.scrapecomponent'senable_protobuf_negotiationargument is now deprecated and will be removed in a future major release. Usescrape_protocolsinstead and refer toprometheus.scrapereference documentation for further details. (@thampiotr) -
Updated Prometheus dependency to v2.51.2 (@thampiotr)
-
Upgrade Beyla from v1.5.1 to v1.6.3. (@marctc)
-
Fix panic when component ID contains
/inotelcomponent.MustNewType(ID).(@qclaogui) -
Exit Alloy immediately if the port it runs on is not available. This port can be configured with
--server.http.listen-addror using the default listen address127.0.0.1:12345. (@mattdurham) -
Fix a panic in
loki.source.dockerwhen trying to stop a target that was never started. (@wildum) -
Fix error on boot when using IPv6 advertise addresses without explicitly specifying a port. (@matthewpi)
-
Fix an issue where having long component labels (>63 chars) on otelcol.auth components lead to a panic. (@tpaschalis)
-
Update
prometheus.exporter.snowflakewith the latest version of the exporter as of May 28, 2024 (@StefanKurek)- Fixes issue where returned
NULLvalues from database could cause unexpected errors.
- Fixes issue where returned
-
Bubble up SSH key conversion error to facilitate failed
import.git. (@hainenber)
-
(Public preview) Add support for setting GOMEMLIMIT based on cgroup setting. (@mattdurham)
-
(Experimental) A new
otelcol.exporter.awss3component for sending telemetry data to a S3 bucket. (@Imshelledin21) -
(Public preview) Introduce BoringCrypto Docker images. The BoringCrypto image is tagged with the
-boringcryptosuffix and is only available on AMD64 and ARM64 Linux containers. (@rfratto, @mattdurham) -
(Public preview) Introduce
boringcryptorelease assets. BoringCrypto builds are publshed for Linux on AMD64 and ARM64 platforms. (@rfratto, @mattdurham) -
otelcol.exporter.loadbalancing: Add a newaws_cloud_mapresolver. (@ptodev) -
Introduce a
otelcol.receiver.file_statscomponent from the upstream OpenTelemetryfilestatsreceivercomponent. (@rfratto)
-
Update
prometheus.exporter.kafkawith the following functionalities (@wildum):- GSSAPI config
- enable/disable PA_FX_FAST
- set a TLS server name
- show the offset/lag for all consumer group or only the connected ones
- set the minimum number of topics to monitor
- enable/disable auto-creation of requested topics if they don't already exist
- regex to exclude topics / groups
- added metric kafka_broker_info
-
In
prometheus.exporter.kafka, the interpolation table used to compute estimated lag metrics is now pruned onmetadata_refresh_intervalinstead ofprune_interval_seconds. (@wildum) -
Don't restart tailers in
loki.source.kubernetescomponent by above-average time deltas if K8s version is >= 1.29.1 (@hainenber) -
In
mimir.rules.kubernetes, add support for running in a cluster of Alloy instances by electing a single instance as the leader for themimir.rules.kubernetescomponent to avoid conflicts when making calls to the Mimir API. (@56quarters) -
Add the possibility of setting custom labels for the AWS Firehose logs via
X-Amz-Firehose-Common-Attributesheader. (@andriikushch)
-
Fixed issue with defaults for Beyla component not being applied correctly. (marctc)
-
Fix an issue on Windows where uninstalling Alloy did not remove it from the Add/Remove programs list. (@rfratto)
-
Fixed issue where text labels displayed outside of component node's boundary. (@hainenber)
-
Fix a bug where a topic was claimed by the wrong consumer type in
otelcol.receiver.kafka. (@wildum) -
Fix an issue where nested import.git config blocks could conflict if they had the same labels. (@wildum)
-
In
mimir.rules.kubernetes, fix an issue where unrecoverable errors from the Mimir API were retried. (@56quarters) -
Fix an issue where
faro.receiver'sextra_log_labelswith empty value don't map existing value in log line. (@hainenber) -
Fix an issue where
prometheus.remote_writeonly queued data for sending every 15 seconds instead of as soon as data was written to the WAL. (@rfratto) -
Imported code using
sloglogging will now not panic and replay correctly when logged before the logging config block is initialized. (@mattdurham) -
Fix a bug where custom components would not shadow the stdlib. If you have a module whose name conflicts with an stdlib function and if you use this exact function in your config, then you will need to rename your module. (@wildum)
-
Fix an issue where
loki.source.dockerstops collecting logs after a container restart. (@wildum) -
Upgrading
pyroscope/ebpffrom 0.4.6 to 0.4.7 (@korniltsev):- detect libc version properly when libc file name is libc-2.31.so and not libc.so.6
- treat elf files with short build id (8 bytes) properly
-
Update
alloy-mixinto use more specific alert group names (for example,alloy_clusteringinstead ofclustering) to avoid collision with installs ofagent-flow-mixin. (@rfratto) -
Upgrade Beyla from v1.4.1 to v1.5.1. (@marctc)
-
Add a description to Alloy DEB and RPM packages. (@rfratto)
-
Allow
pyroscope.scrapeto scrapealloy.internal:12345. (@hainenber) -
The latest Windows Docker image is now pushed as
nanoserver-1809instead oflatest-nanoserver-1809. The old tag will no longer be updated, and will be removed in a future release. (@rfratto) -
The log level of
finished node evaluationlog lines has been decreased to 'debug'. (@tpaschalis) -
Update post-installation scripts for DEB/RPM packages to ensure
/var/lib/alloyexists before configuring its permissions and ownership. (@rfratto) -
Remove setcap for
cap_net_bind_serviceto allow alloy to run in restricted environments. Modern container runtimes allow binding to unprivileged ports as non-root. (@BlackDex) -
Upgrading from OpenTelemetry v0.96.0 to v0.99.0.
otelcol.processor.batch: Prevent starting unnecessary goroutines. open-telemetry/opentelemetry-collector#9739otelcol.exporter.otlp: Checks for port in the config validation for the otlpexporter. open-telemetry/opentelemetry-collector#9505otelcol.receiver.otlp: Fix bug where the otlp receiver did not properly respond with a retryable error code when possible for http. open-telemetry/opentelemetry-collector#9357otelcol.receiver.vcenter: Fixed the resource attribute model to more accurately support multi-cluster deployments. open-telemetry/opentelemetry-collector-contrib#30879 For more information on impacts please refer to: open-telemetry/opentelemetry-collector-contrib#31113 The main impact is thatvcenter.resource_pool.name,vcenter.resource_pool.inventory_path, andvcenter.cluster.nameare reported with more accuracy on VM metrics.otelcol.receiver.vcenter: Remove thevcenter.cluster.nameresource attribute from Host resources if the Host is standalone (no cluster). open-telemetry/opentelemetry-collector-contrib#32548otelcol.receiver.vcenter: Changes process for collecting VMs & VM perf metrics to be more efficient (one call now for all VMs). open-telemetry/opentelemetry-collector-contrib#31837otelcol.connector.servicegraph: Added a newdatabase_name_attributeconfig argument to allow users to specify a custom attribute name for identifying the database name in span attributes. open-telemetry/opentelemetry-collector-contrib#30726otelcol.connector.servicegraph: Fix 'failed to find dimensions for key' error from race condition in metrics cleanup. open-telemetry/opentelemetry-collector-contrib#31701otelcol.connector.spanmetrics: Addmetrics_expirationoption to enable expiration of metrics if spans are not received within a certain time frame. By default, the expiration is disabled (set to 0). open-telemetry/opentelemetry-collector-contrib#30559otelcol.connector.spanmetrics: Change default value ofmetrics_flush_intervalfrom 15s to 60s. open-telemetry/opentelemetry-collector-contrib#31776otelcol.connector.spanmetrics: Discard counter span metric exemplars after each flush interval to avoid unbounded memory growth. This aligns exemplar discarding for counter span metrics with the existing logic for histogram span metrics. open-telemetry/opentelemetry-collector-contrib#31683otelcol.exporter.loadbalancing: Fix panic when a sub-exporter is shut down while still handling requests. open-telemetry/opentelemetry-collector-contrib#31410otelcol.exporter.loadbalancing: Fix memory leaks on shutdown. open-telemetry/opentelemetry-collector-contrib#31050otelcol.exporter.loadbalancing: Support the timeout period of k8s resolver list watch can be configured. open-telemetry/opentelemetry-collector-contrib#31757otelcol.processor.transform: Change metric unit for metrics extracted withextract_count_metric()to be the default unit (1). open-telemetry/opentelemetry-collector-contrib#31575otelcol.receiver.opencensus: Refactor the receiver to pass lifecycle tests and avoid leaking gRPC connections. open-telemetry/opentelemetry-collector-contrib#31643otelcol.extension.jaeger_remote_sampling: Fix leaking goroutine on shutdown. open-telemetry/opentelemetry-collector-contrib#31157otelcol.receiver.kafka: Fix panic on shutdown. open-telemetry/opentelemetry-collector-contrib#31926otelcol.processor.resourcedetection: Only attempt to detect Kubernetes node resource attributes when they're enabled. open-telemetry/opentelemetry-collector-contrib#31941otelcol.processor.resourcedetection: Fix memory leak on AKS. open-telemetry/opentelemetry-collector-contrib#32574otelcol.processor.resourcedetection: Update to ec2 scraper so that core attributes are not dropped if describeTags returns an error (likely due to permissions). open-telemetry/opentelemetry-collector-contrib#30672
-
Use Go 1.22.3 for builds. (@kminehart)
-
Support for programmable pipelines using a rich expression-based syntax.
-
Over 130 components for processing, transforming, and exporting telemetry data.
-
Native support for Kubernetes and Prometheus Operator without needing to deploy or learn a separate Kubernetes operator.
-
Support for creating and sharing custom components.
-
Support for forming a cluster of Alloy instances for automatic workload distribution.
-
(Public preview) Support for receiving configuration from a server for centralized configuration management.
-
A built-in UI for visualizing and debugging pipelines.