Skip to content

Store-Gateway histogram metrics are NaN #5216

Closed
@harry671003

Description

@harry671003

Describe the bug

  • Some of the store-gateway histogram metrics are NaN.
# HELP cortex_bucket_store_series_data_fetched How many items of a data type in a block were fetched for a single series request.
# TYPE cortex_bucket_store_series_data_fetched summary
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="chunks",quantile="0.5"} NaN
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="chunks",quantile="0.95"} NaN
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="chunks",quantile="0.99"} NaN
cortex_bucket_store_series_data_fetched_sum{component="store-gateway",data_type="chunks"} 1.090387e+06
cortex_bucket_store_series_data_fetched_count{component="store-gateway",data_type="chunks"} 10534
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="postings",quantile="0.5"} NaN
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="postings",quantile="0.95"} NaN
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="postings",quantile="0.99"} NaN
cortex_bucket_store_series_data_fetched_sum{component="store-gateway",data_type="postings"} 7
cortex_bucket_store_series_data_fetched_count{component="store-gateway",data_type="postings"} 10534
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="series",quantile="0.5"} NaN
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="series",quantile="0.95"} NaN
cortex_bucket_store_series_data_fetched{component="store-gateway",data_type="series",quantile="0.99"} NaN
cortex_bucket_store_series_data_fetched_sum{component="store-gateway",data_type="series"} 2
cortex_bucket_store_series_data_fetched_count{component="store-gateway",data_type="series"} 10534

To Reproduce
Steps to reproduce the behavior:

  • port-forward to a store-gateway pod and go to /metrics endpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions