diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7ca25e626..7faaab84c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,17 @@ Main (unreleased) - Add a `regex` argument to the `structured_metadata` stage in `loki.process` to extract labels matching a regular expression. (@timonegk) +- OpenTelemetry Collector dependencies upgraded from v0.134.0 to v0.139.0. (@dehaansa) + - All `otelcol.receiver.*` components leveraging an HTTP server can configure HTTP keep alive behavior with `keep_alives_enabled`. + - All `otelcol.exporter.*` components providing the `sending_queue` > `batch` block have default `batch` values. + - The `otelcol.processor.k8sattributes` component has support for extracting annotations from k8s jobs and daemonsets. + - The `otelcol.processor.resourcedecetion` component supports nine new detectors. + - The `otelcol.exporter.kafka` component supports partitioning logs by trace ID (`partition_logs_by_trace_id`) and configuring default behavior if topic does not exist (`allow_auto_topic_creation`). + - The `otelcol.receiver.kafka` component has new configuration options `max_partition_fetch_size`, `rack_id`, and `use_leader_epoch`. + - The `otelcol.exporter.s3` component has new configuration options `s3_base_prefix` and `s3_partition_timezone`. + - The `otelcol.processor.servicegraph` component now supports defining the maximum number of buckets for generated exponential histograms. + - See the upstream [core][https://github.com/open-telemetry/opentelemetry-collector/blob/v0.139.0/CHANGELOG.md] and [contrib][https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.139.0/CHANGELOG.md] changelogs for more details. + ### Enhancements - Add per-application rate limiting with the `strategy` attribute in the `faro.receiver` component, to prevent one application from consuming the rate limit quota of others. (@hhertout) diff --git a/docs/sources/_index.md b/docs/sources/_index.md index 8759ef2ad6d..16cb8d68981 100644 --- a/docs/sources/_index.md +++ b/docs/sources/_index.md @@ -5,7 +5,7 @@ description: Grafana Alloy is a vendor-neutral distribution of the OTel Collecto weight: 350 cascade: ALLOY_RELEASE: v1.12.0 - OTEL_VERSION: v0.128.0 + OTEL_VERSION: v0.139.0 PROM_WIN_EXP_VERSION: v0.31.3 SNMP_VERSION: v0.29.0 BEYLA_VERSION: v2.5.8 diff --git a/docs/sources/_index.md.t b/docs/sources/_index.md.t index db4baacb3a9..d0f86588baf 100644 --- a/docs/sources/_index.md.t +++ b/docs/sources/_index.md.t @@ -5,7 +5,7 @@ description: Grafana Alloy is a vendor-neutral distribution of the OTel Collecto weight: 350 cascade: ALLOY_RELEASE: $ALLOY_VERSION - OTEL_VERSION: v0.128.0 + OTEL_VERSION: v0.139.0 PROM_WIN_EXP_VERSION: v0.31.3 SNMP_VERSION: v0.29.0 BEYLA_VERSION: v2.5.8 diff --git a/docs/sources/reference/components/otelcol/otelcol.connector.servicegraph.md b/docs/sources/reference/components/otelcol/otelcol.connector.servicegraph.md index 1feb8f5d376..307c0e1f1b7 100644 --- a/docs/sources/reference/components/otelcol/otelcol.connector.servicegraph.md +++ b/docs/sources/reference/components/otelcol/otelcol.connector.servicegraph.md @@ -58,15 +58,16 @@ otelcol.connector.servicegraph "