quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
### Description Currently, the search permit provider handles only one query at a time. This is good for the overall query latency when queries are relatively short. It is catastrophic...
### Description When a search needs to process too many splits compared to the cluster capacity, we know upfront that it is pretty much impossible for the query to succeed....
Bumps the pip group with 1 update in the /quickwit/rest-api-tests directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.5.0 to 2.6.0 Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for...
### Description ES spec: https://www.elastic.co/docs/reference/aggregations/search-aggregations-bucket-composite-aggregation Tantivy PR: https://github.com/quickwit-oss/tantivy/pull/2714 ### How was this PR tested? Integration test
### Description Improve search metrics to account for partial success and log errors. ### How was this PR tested? Describe how you tested this PR.
Bumps rust from `b5efaab` to `81f85ee`. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
### Description Link to this issue https://github.com/quickwit-oss/quickwit/issues/5887 ### How was this PR tested? I had new option config in sample
### Description Track indexing lag for each split and emit metric. ### How was this PR tested? In progress.
Bumps node from 20 to 25. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
### Description add the node_id to emitted spans, making traces easier to interpret ### How was this PR tested? spin a one node cluster, make it trace to itself, and...