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
Sum values in unwrapped rate aggregation instead of treating them as counter (#6361)
* Revert unwrapped rate aggregation to previous implementation
This PR reverts the implementation done in #5013 to the original
implementation that sums the extracted values from the log lines instead
of treating them like a Prometheus counter metric.
Signed-off-by: Christian Haudum <[email protected]>
* Move changelog entry
Signed-off-by: Christian Haudum <[email protected]>
* Remove unused/dead code
Signed-off-by: Christian Haudum <[email protected]>
* Clean changelog
Signed-off-by: Christian Haudum <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@
92
92
*[5685](https://github.com/grafana/loki/pull/5685)**chaudum**: Assert that push values tuples consist of string values
93
93
*[6375](https://github.com/grafana/loki/pull/6375)**dannykopping**: Fix bug that prevented users from using the `json` parser after a `line_format` pipeline stage.
94
94
##### Changes
95
+
*[6361](https://github.com/grafana/loki/pull/6361)**chaudum**: Sum values in unwrapped rate aggregation instead of treating them as counter.
95
96
*[6042](https://github.com/grafana/loki/pull/6042)**slim-bean**: Add a new configuration to allow fudging of ingested timestamps to guarantee sort order of duplicate timestamps at query time.
96
97
*[6120](https://github.com/grafana/loki/pull/6120)**KMiller-Grafana**: Rename configuration parameter fudge_duplicate_timestamp to be increment_duplicate_timestamp.
97
98
*[5777](https://github.com/grafana/loki/pull/5777)**tatchiuleung**: storage: make Azure blobID chunk delimiter configurable
0 commit comments