Skip to content

Conversation

@forshev
Copy link
Contributor

@forshev forshev commented Oct 17, 2025

Description

Added a histogram pipe to seq-ql.

With this change it's possible to request a histogram by a search query such as * | histogram 30s, no more need to fill hist object in the ComplexSearch request body

Fixes #201


  • I have read and followed all requirements in CONTRIBUTING.md;
  • I used LLM/AI assistance to make this pull request;

If you have used LLM/AI assistance please provide model name and full prompt:

Model: {{model-name}}
Prompt: {{prompt}}

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 77.58621% with 13 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.84%. Comparing base (ea417d7) to head (c83de37).

Files with missing lines Patch % Lines
asyncsearcher/async_searcher.go 25.00% 5 Missing and 1 partial ⚠️
parser/seqql_pipes.go 82.35% 4 Missing and 2 partials ⚠️
storeapi/grpc_search.go 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
+ Coverage   71.70%   71.84%   +0.13%     
==========================================
  Files         197      197              
  Lines       14562    14611      +49     
==========================================
+ Hits        10442    10497      +55     
+ Misses       3385     3380       -5     
+ Partials      735      734       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@forshev forshev force-pushed the 201-seqql-histogram-pipe branch from a3cff66 to 5c39421 Compare October 17, 2025 09:13
@eguguchkin eguguchkin marked this pull request as draft October 24, 2025 14:05
@forshev forshev force-pushed the 201-seqql-histogram-pipe branch from 5c39421 to c83de37 Compare November 5, 2025 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support histograms in seq-ql

3 participants