TRACE_TOO_LARGE getting error in grafana tempo 2.3.0 #3718
Replies: 4 comments 5 replies
-
CONFIGMAP { |
Beta Was this translation helpful? Give feedback.
-
Hi I didn't see max_bytes_per_trace in Ingestion limits. I am able to see in override global config. I have already added this global config.
still seeing below error in tempo logs 27T09:39:36.593764703Z caller=server.go:1184 method=/tempopb.Pusher/PushBytesV2 duration=66.116µs msg=gRPC err="rpc error: code = FailedPrecondition desc = TRACE_TOO_LARGE: max size of trace (5000000) exceeded while adding 861982 bytes to trace 0ecd3f27b25aaf415caa4c6009efaca4 for tenant single-tenant" |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
you should verify your config and adjust the values, the max trace size works fine, pls try to upgrade your tempo instance to recent 2.5 maybe you have outdated config there |
Beta Was this translation helpful? Give feedback.
-
27T09:39:36.593764703Z caller=server.go:1184 method=/tempopb.Pusher/PushBytesV2 duration=66.116µs msg=gRPC err="rpc error: code = FailedPrecondition desc = TRACE_TOO_LARGE: max size of trace (5000000) exceeded while adding 861982 bytes to trace 0ecd3f27b25aaf415caa4c6009efaca4 for tenant single-tenant"
level=error ts=2024-05-27T09:39:36.594330685Z caller=rate_limited_logger.go:27 msg="pusher failed to consume trace data" err="rpc error: code = FailedPrecondition desc = TRACE_TOO_LARGE: max size of trace (5000000) exceeded while adding 861982 bytes to trace 0ecd3f27b25aaf415caa4c6009efaca4 for tenant single-tenant"
level=warn ts=2024-05-27T09:39:37.003237927Z caller=server.go:1184 method=/tempopb.Pusher/PushBytesV2 duration=75.081µs msg=gRPC err="rpc error: code = FailedPrecondition desc = TRACE_TOO_LARGE: max size of trace (5000000) exceeded while adding 670483 bytes to trace 0ecd3f27b25aaf415caa4c6009efaca4 for tenant single-tenant"
level=error ts=2024-05-27T09:39:37.003433076Z caller=rate_limited_logger.go:27 msg="pusher failed to consume trace data" err="rpc error: code = FailedPrecondition desc = TRACE_TOO_LARGE: max size of trace (5000000) exceeded while adding 670483 bytes to trace 0ecd3f27b25aaf415caa4c6009efaca4 for tenant single-tenant"
level=warn ts=2024-05-27T09:39:37.66943521Z caller=server.go:1184 method=/tempopb.Pusher/PushBytesV2 duration=76.276µs msg=gRPC err="rpc error: code = FailedPrecondition desc = TRACE_TOO_LARGE: max size of trace (5000000) exceeded while adding 393874 bytes to trace 0ecd3f27b25aaf415caa4c6009efaca4 for tenant single-tenant"
Beta Was this translation helpful? Give feedback.
All reactions