Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get tags and tag values from backend if start and end are provided (#…
…2933) * Support fetching tags from backend Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Rename some methods to be more consistent Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Add more integration tests Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> Add more integration tests Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> more stable tag sharding tests Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> Add more time for block completion Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> Add integration tests for new APIs Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * fix some lint issues Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * more linting issues Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Fix bad resolved conflicit merge Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Fix some e2e tests Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * make some structs privated Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Check for autocomplete filter on tag fetch backend Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Test simplification Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Fix autocmplete filter enabled Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Refactor tags handler to remove parseRequest Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Fix linting issues Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Make tests more robust Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Remove unnecesary opts Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Update modules/frontend/tagsharding.go Co-authored-by: Mario <mariorvinas@gmail.com> * Improve testing and comments Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * rename some methods to improve redability Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Add documentation Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Small comments Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Add TODO regarding to MaxBytesPerTagValuesQuery Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * typo in comment Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Fix rebase Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> * Update modules/frontend/tagsharding.go Co-authored-by: Mario <mariorvinas@gmail.com> * Update docs/sources/tempo/api_docs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/tempo/api_docs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/tempo/api_docs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/tempo/api_docs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Update docs/sources/tempo/api_docs/_index.md Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> * Assert metrics in test * Shuffle structs around * Clean up tempodb interfaces * Fix incomplete merge --------- Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com> Co-authored-by: Mario <mariorvinas@gmail.com> Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
- Loading branch information