prometheus/web/api/v1
Michael Hoffmann 05d9bd4a27
scrape: add __convert_classic_histograms_to_nhcb__ internal label (#18840)
Adding this as a meta label makes it possible to dynamically configure
this setting through discovery labels.
This helps in usecases like K8S where we could enable this with a pod
annotation.

Signed-off-by: Michael Hoffmann <mhoffmann@cloudflare.com>
2026-06-03 13:11:21 +00:00
..
testdata web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
api.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
api_scenarios_test.go OpenAPI: Add support for stats 2026-01-30 14:21:03 +01:00
api_test.go scrape: add __convert_classic_histograms_to_nhcb__ internal label (#18840) 2026-06-03 13:11:21 +00:00
codec.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
codec_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
errors_test.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
helpers_test.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
json_codec.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
json_codec_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
openapi.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
openapi_coverage_test.go Add OpenAPI 3.2 specification generation for Prometheus HTTP API (#17825) 2026-01-29 13:36:13 +01:00
openapi_examples.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
openapi_golden_test.go web: switch from gopkg.in/yaml to go.yaml.in/yaml (#17979) 2026-02-03 14:15:35 +00:00
openapi_helpers.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
openapi_paths.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
openapi_schemas.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
openapi_test.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
search.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
search_filters.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
search_filters_bench_test.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
search_filters_test.go web/api: add search API endpoint (#18573) 2026-05-19 13:58:00 +02:00
search_test.go web/api: reject 0 for limit and batch_size in search endpoints (#18724) 2026-05-19 15:05:45 +00:00
translate_ast.go web/api: emit duration expression trees 2026-05-06 12:10:03 +02:00
translate_ast_test.go PromQL: Rename greatest, least, to max_of, min_of. 2026-05-19 13:07:16 +02:00