From 33847238bd0f204848e28599b768128e4989621f Mon Sep 17 00:00:00 2001 From: Eric Schmitt Date: Mon, 2 Dec 2024 07:30:09 -1000 Subject: [PATCH] changelog fix --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e6cff844..907a5e1b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,11 @@ Main (unreleased) - Add `otelcol.exporter.syslog` component to export logs in syslog format (@dehaansa) +- (_Experimental_) Add a `database_observability.mysql` component to collect mysql performance data. + +- Add `otelcol.receiver.influxdb` to convert influx metric into OTEL. (@EHSchmitt4395) + + ### Enhancements - Add second metrics sample to the support bundle to provide delta information (@dehaansa) @@ -54,6 +59,13 @@ Main (unreleased) - Fixed an issue in the `otelcol.processor.attribute` component where the actions `delete` and `hash` could not be used with the `pattern` argument. (@wildum) +- Fixed a few race conditions that could lead to a deadlock when using `import` statements, which could lead to a memory leak on `/metrics` endpoint 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) + +- `loki.source.podlogs`: Fixed a bug which prevented clustering from working and caused duplicate logs to be sent. + The bug only happened when no `selector` or `namespace_selector` blocks were specified in the Alloy configuration. (@ptodev) + - Fixed a race condition that could lead to a deadlock when using `import` statements, which could lead to a memory leak on `/metrics` endpoint of an Alloy instance. (@thampiotr) - Updated `prometheus.write.queue` to fix issue with TTL comparing different scales of time. (@mattdurham)