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
+10-17Lines changed: 10 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,7 @@ This document contains a historical list of changes between releases. Only
7
7
changes that impact end-user behavior are listed; changes to documentation or
8
8
internal API changes are not present.
9
9
10
-
v1.8.0-rc.3
11
-
-----------------
12
-
13
-
### Features
14
-
15
-
- Add support for live debugging and graph in the UI for components imported via remotecfg. (@wildum)
16
-
17
-
### Enhancements
18
-
19
-
- Removed syntax highlighting from the component details UI view to improve
20
-
rendering performance. (@tpaschalis)
21
-
22
-
- A new `grafana/alloy:vX.Y.Z-windowsservercore-ltsc2022` Docker image is now published on DockerHub. (@ptodev)
23
-
24
-
v1.8.0-rc.2
10
+
v1.8.0
25
11
-----------------
26
12
27
13
### Breaking changes
@@ -30,7 +16,7 @@ v1.8.0-rc.2
30
16
31
17
- Breaking changes from the OpenTelemetry Collector v0.122 update: (@wildum)
32
18
-`otelcol.exporter.splunkhec`: `min_size_items` and `max_size_items` were replaced by `min_size`, `max_size` and `sizer` in the `batcher` block to allow
33
-
users to configure the size of the batch in a more flexible way.
19
+
users to configure the size of the batch in a more flexible way.
34
20
- The telemetry level of Otel components is no longer configurable. The `level` argument in the `debug_metrics` block is kept to avoid breaking changes but it is not used anymore.
35
21
-`otelcol.processor.tailsampling` changed the unit of the decision timer metric from microseconds to milliseconds. (change unit of otelcol_processor_tail_sampling_sampling_decision_timer_latency)
36
22
-`otelcol.processor.deltatocumulative`: rename `otelcol_deltatocumulative_datapoints_processed` to `otelcol_deltatocumulative_datapoints` and remove the metrics `otelcol_deltatocumulative_streams_evicted`, `otelcol_deltatocumulative_datapoints_dropped` and `otelcol_deltatocumulative_gaps_length`.
@@ -51,6 +37,7 @@ v1.8.0-rc.2
51
37
required before components that use clustering begin processing traffic to ensure adequate cluster capacity is
52
38
available. (@thampiotr)
53
39
- Add `trace_printer` to `beyla.ebpf` component to print trace information in a specific format. (@marctc)
40
+
- Add support for live debugging and graph in the UI for components imported via remotecfg. (@wildum)
54
41
55
42
### Enhancements
56
43
@@ -94,6 +81,7 @@ v1.8.0-rc.2
94
81
-`query_sample`: add option to use TiDB sql parser (@cristiangreco)
95
82
-`query_tables`: rename collector from `query_sample` to better reflect responsibility (@matthewnolf)
96
83
-`query_sample`: add new collector that replaces previous implementation to collect more detailed sample information (@matthewnolf)
84
+
-`query_sample`: refactor parsing of truncated queries (@cristiangreco)
97
85
98
86
- Add labels validation in `pyroscope.write` to prevent duplicate labels and invalid label names/values. (@marcsanmi)
99
87
@@ -107,6 +95,11 @@ v1.8.0-rc.2
107
95
108
96
- Add `tenant` label to remaining `loki_write_.+` metrics (@towolf)
109
97
98
+
- Removed syntax highlighting from the component details UI view to improve
99
+
rendering performance. (@tpaschalis)
100
+
101
+
- A new `grafana/alloy:vX.Y.Z-windowsservercore-ltsc2022` Docker image is now published on DockerHub. (@ptodev)
102
+
110
103
### Bugfixes
111
104
112
105
- Fix deadlocks in `loki.source.file` when tailing fails (@mblaschke)
@@ -137,7 +130,7 @@ v1.8.0-rc.2
137
130
138
131
- Change the stability of the `beyla.ebpf` component from "public preview" to "generally available". (@marctc)
139
132
140
-
- The ingest API of `pyrscope.receive_http` no longer forwards all received headers, instead only passes through the `Content-Type` header.
133
+
- The ingest API of `pyroscope.receive_http` no longer forwards all received headers, instead only passes through the `Content-Type` header. (@simonswine)
0 commit comments