quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
It was stuck to 0 because I forgot to increment the guard upon creation.
### Description Closes https://github.com/quickwit-oss/quickwit/issues/3142 I only found a description about how to use `sort_by` in the internal docs. ### How was this PR tested? Describe how you tested this PR.
This PR highlights the problem with the range query date format
@Xuanwo We need to add storage metrics for the OpenDal storage. Note: I'm not sure how to compute correctly the number of PUT requests. Can you take a look?
The DocId variant in the score extractor is unused since there is nothing to extract. ### Description Describe the proposed changes made in this PR. ### How was this PR...
This branch explores the possibility to implement a trace explorer interface to quickwit-ui. ## Current state - Adds a jaeger-inspired trace explorer page with visx powered bubble-plot - Hit quickwit's...
This PR adds the list of keywords the query should match in the elasticsearch response for use in the Grafana plugin. I consider this PR good enough for use in...
Issue: #4025 ### Description This PR improves handling of corrupt checkpoints by logging the error and skipping the corrupt partition instead of panicking. I am not sure if this is...