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
Currently, there is no way to limit the number of spans per span set. This query is ok:
http://localhost:3200/api/search?q={}&spss=10000
This can destabilize Tempo. We should add a new config to control this. Tempo must return an error if the spss is greater than the aforementioned limit. This is similar to the limit behaviour
Currently, there is no way to limit the number of spans per span set. This query is ok:
http://localhost:3200/api/search?q={}&spss=10000
This can destabilize Tempo. We should add a new config to control this. Tempo must return an error if the spss is greater than the aforementioned limit. This is similar to the
limit
behaviourhttps://grafana.com/docs/tempo/latest/api_docs/#search
The text was updated successfully, but these errors were encountered: