Skip to content

Commit cc966d2

Browse files
Create release notes for 2.7.2 (#4903) (#4906)
(cherry picked from commit e82cdb5) Co-authored-by: Kim Nylander <[email protected]>
1 parent b33945a commit cc966d2

File tree

1 file changed

+6
-0
lines changed
  • docs/sources/tempo/release-notes

1 file changed

+6
-0
lines changed

docs/sources/tempo/release-notes/v2-7.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ Refer to [gRPC compression configuration](https://grafana.com/docs/tempo/<TEMPO_
263263

264264
For a complete list, refer to the [Tempo CHANGELOG](https://github.com/grafana/tempo/releases).
265265

266+
### 2.7.2
267+
268+
* Fix rare panic that occurred when a querier modified results from ingesters and generators while they were being marshalled to proto. This bug also impacted query correctness on recent trace data by returning incomplete results before they were ready. ([#4790](https://github.com/grafana/tempo/pull/4790))
269+
270+
### 2.7.0
271+
266272
* Add `invalid_utf8` to reasons span metrics will discard spans. ([#4293](https://github.com/grafana/tempo/pull/4293)) We now catch values in your tracing data that can't be used as valid metrics labels. If you want span metrics by foo, but foo has illegal prom changes in it, then they won't be written.
267273
* Metrics-generators: Correctly drop from the ring before stopping ingestion to reduce drops during a rollout. ([#4101](https://github.com/grafana/tempo/pull/4101))
268274
* Correctly handle 400 Bad Request and 404 Not Found in gRPC streaming. ([#4144](https://github.com/grafana/tempo/pull/4144))

0 commit comments

Comments
 (0)