Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ingester: ActiveSeriesRequest can return native histograms information #7986

Merged
merged 6 commits into from
May 3, 2024

Commits on Apr 29, 2024

  1. ingester: ActiveSeriesRequest can return native histograms information

    Allow ActiveSeriesRequest to return only native histograms and
    include active bucket count in the label __nh_bucket_count__
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e19a6b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    bb05662 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Do not encode bucket count in the labels

    Labels are already packed due to tag==stringlabels in TSDB so Add()
    doesn't work on them. And after they are decoded for the response we'd
    have to insert the bucket count label into the correctly sorted position
    which would mean never being able to just send the encoded labels.
    Instead of adding a new interface I'll add a backwards compatible array
    of integers as a compromise.
    
    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed May 1, 2024
    Configuration menu
    Copy the full SHA
    058c4b3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Fixes from comments

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0c5c1fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    990a066 View commit details
    Browse the repository at this point in the history
  3. Make protos

    Signed-off-by: György Krajcsovits <gyorgy.krajcsovits@grafana.com>
    krajorama committed May 3, 2024
    Configuration menu
    Copy the full SHA
    67eb5af View commit details
    Browse the repository at this point in the history