Skip to content

Commit

Permalink
update azurite (#4464)
Browse files Browse the repository at this point in the history
* update azurite

* changelog
  • Loading branch information
javiermolinar authored Dec 18, 2024
1 parent 06487cc commit e0e6e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ querier:
* [ENHANCEMENT] Reuse generator code to better refuse "too large" traces. [#4365](https://github.com/grafana/tempo/pull/4365) (@joe-elliott)
This will cause the ingester to more aggressively and correctly refuse traces. Also added two metrics to better track bytes consumed per tenant in the ingester.
`tempo_metrics_generator_live_trace_bytes` and `tempo_ingester_live_trace_bytes`.
* [ENHANCEMENT] Update Azurite image. [#4298](https://github.com/grafana/tempo/pull/4464) (@javiermolinar)
* [BUGFIX] Handle invalid TraceQL query filter in tag values v2 disk cache [#4392](https://github.com/grafana/tempo/pull/4392) (@electron0zero)
* [BUGFIX] Replace hedged requests roundtrips total with a counter. [#4063](https://github.com/grafana/tempo/pull/4063) [#4078](https://github.com/grafana/tempo/pull/4078) (@galalen)
* [BUGFIX] Metrics generators: Correctly drop from the ring before stopping ingestion to reduce drops during a rollout. [#4101](https://github.com/grafana/tempo/pull/4101) (@joe-elliott)
Expand Down
2 changes: 1 addition & 1 deletion integration/e2e/backend/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
azuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.31.0"
azuriteImage = "mcr.microsoft.com/azure-storage/azurite:3.33.0"
gcsImage = "fsouza/fake-gcs-server:1.47.6"
)

Expand Down

0 comments on commit e0e6e6c

Please sign in to comment.