quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

Results 528 quickwit issues
Sort by recently updated
recently updated
newest added

### Description Currently, we have metrics called grpc_xxx that actually take measurement at the service level: - this makes it hard to measure bytes transferd - it sometimes measures calls...

**Is your feature request related to a problem? Please describe.** I'd like to be able to customize the OTEL_TRACES_INDEX_ID_PATTERN so that quickwit returns the traces of my custom indexes by...

enhancement

### Description This PR contains minor changes for things that I noticed while trying to assess the impact of increasing `shard_throughput_limit`. ### How was this PR tested? Describe how you...

### Description Reorganize the actor exit logs: - explicit where the exit is coming from (initialization? hander? ...) - remove `actor-failure` logs (redundant with `actor-exit`) - remove redundant `?exit_status` and...

**Describe the bug** local-ingest fails to ingest from stdin ``` $ cat > xaa

bug

**Is your feature request related to a problem? Please describe.** When looking at a cluster or a node, it is very useful to correlate "behavior metrics" (e.g resource usage) with...

enhancement

### Description It can be handy to have tests for metrics. This PR adds - some helper code to the integration tests - a first test about a specific metric...

When the search request contains a time range, we aborted the optimization of converting unneeded split searches into count queries. Removed the `TODO` that was in the code for this....

I think I found a nice optimization here while starting to research the search query code. @rdettai Count queries can return much faster by not downloading splits, and I couldn't...

Extract and remove time range from query ast. To allow for the optimization stage to run if the resulting ast after extracting the time range is a simple query.