mirror of
https://github.com/grafana/tempo.git
synced 2025-03-14 03:06:42 +00:00
update tempo version (#4796)
This commit is contained in:
@ -19,7 +19,7 @@
|
|||||||
* [CHANGE] **BREAKING CHANGE** Enforce max attribute size at event, link, and instrumentation scope. Make config per-tenant.
|
* [CHANGE] **BREAKING CHANGE** Enforce max attribute size at event, link, and instrumentation scope. Make config per-tenant.
|
||||||
Renamed max_span_attr_byte to max_attribute_bytes
|
Renamed max_span_attr_byte to max_attribute_bytes
|
||||||
[#4633](https://github.com/grafana/tempo/pull/4633) (@ie-pham)
|
[#4633](https://github.com/grafana/tempo/pull/4633) (@ie-pham)
|
||||||
* [CHANGE] Update to go 1.24.0 [#4704](https://github.com/grafana/tempo/pull/4704) (@ruslan-mikhailov)
|
* [CHANGE] Update to go 1.24.1 [#4704](https://github.com/grafana/tempo/pull/4704) (@ruslan-mikhailov) [#4793](https://github.com/grafana/tempo/pull/4793) (@javiermolinar)
|
||||||
* [FEATURE] Add throughput SLO and metrics for the TraceByID endpoint. [#4668](https://github.com/grafana/tempo/pull/4668) (@carles-grafana)
|
* [FEATURE] Add throughput SLO and metrics for the TraceByID endpoint. [#4668](https://github.com/grafana/tempo/pull/4668) (@carles-grafana)
|
||||||
configurable via the throughput_bytes_slo field, and it will populate op="traces" label in slo and throughput metrics.
|
configurable via the throughput_bytes_slo field, and it will populate op="traces" label in slo and throughput metrics.
|
||||||
* [FEATURE] Added most_recent=true query hint to TraceQL to return most recent results. [#4238](https://github.com/grafana/tempo/pull/4238) (@joe-elliott)
|
* [FEATURE] Added most_recent=true query hint to TraceQL to return most recent results. [#4238](https://github.com/grafana/tempo/pull/4238) (@joe-elliott)
|
||||||
|
@ -12,7 +12,7 @@ TOOL_DIR ?= tools
|
|||||||
TOOL_CONFIG ?= $(TOOL_DIR)/tools.go
|
TOOL_CONFIG ?= $(TOOL_DIR)/tools.go
|
||||||
|
|
||||||
TOOLS_IMAGE ?= grafana/tempo-ci-tools
|
TOOLS_IMAGE ?= grafana/tempo-ci-tools
|
||||||
TOOLS_IMAGE_TAG ?= main-e77365b
|
TOOLS_IMAGE_TAG ?= main-5dda5c6
|
||||||
|
|
||||||
GOTOOLS ?= $(shell cd $(TOOL_DIR) && go list -e -f '{{ .Imports }}' -tags tools |tr -d '[]')
|
GOTOOLS ?= $(shell cd $(TOOL_DIR) && go list -e -f '{{ .Imports }}' -tags tools |tr -d '[]')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user