You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ Main (unreleased)
14
14
15
15
- (_Experimental_) A new `otelcol.receiver.awss3` component to receive traces previously stored in S3 by the [AWS S3 Exporter](https://grafana.com/docs/alloy/latest/reference/components/otelcol/otelcol.exporter.awss3/). (@x1unix)
16
16
17
-
- A new `mimir.alerts.kubernetes` component which discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance. (@ptodev)
18
-
19
-
- Mark `stage.windowsevent` block in the `loki.process` component as GA. (@kgeckhart)
20
-
21
17
- (_Experimental_) Add `pyroscope.enrich` component to enrich profiles using labels from `discovery.*` components. (@AndreZiviani)
22
18
23
19
- Add htpasswd file based authentication for `otelcol.auth.basic` (@pkarakal)
@@ -28,16 +24,13 @@ Main (unreleased)
28
24
29
25
- Added `send_traceparent` option for `tracing` config to enable traceparent header propagation. (@MyDigitalLife)
30
26
31
-
- Add `meta_cache_address` to `beyla.ebpf` component. (@skl)
32
-
33
27
### Bugfixes
34
28
35
-
-`loki.source.api` no longer drops request when relabel rules drops a specific stream. (@kalleep)
36
29
37
30
- (_Public Preview_) Additions to `database_observability.postgres` component:
38
31
- fixes collection of Postgres schema details for mixed case table names (@fridgepoet)
39
32
40
-
v1.12.0-rc.0
33
+
v1.12.0-rc.3
41
34
-----------------
42
35
43
36
### Breaking changes
@@ -104,6 +97,9 @@ v1.12.0-rc.0
104
97
- The `otelcol.processor.servicegraph` component now supports defining the maximum number of buckets for generated exponential histograms.
105
98
- 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.
106
99
100
+
- A new `mimir.alerts.kubernetes` component which discovers `AlertmanagerConfig` Kubernetes resources and loads them into a Mimir instance. (@ptodev)
101
+
102
+
- Mark `stage.windowsevent` block in the `loki.process` component as GA. (@kgeckhart)
107
103
108
104
### Enhancements
109
105
@@ -140,6 +136,8 @@ v1.12.0-rc.0
140
136
141
137
-`kubernetes.discovery` Add support for attaching namespace metadata. (@kgeckhart)
142
138
139
+
- Add `meta_cache_address` to `beyla.ebpf` component. (@skl)
140
+
143
141
### Bugfixes
144
142
145
143
- Stop `loki.source.kubernetes` discarding log lines with duplicate timestamps. (@ciaranj)
@@ -172,6 +170,8 @@ v1.12.0-rc.0
172
170
173
171
- Optionally remove trailing newlines before appending entries in `stage.multiline`. (@dehaansa)
174
172
173
+
-`loki.source.api` no longer drops request when relabel rules drops a specific stream. (@kalleep)
0 commit comments