prometheus/web/api/v1
Julien aa260fcde5
Merge pull request #18687 from roidelapluie/roidelapluie/greatest_least
Duration expression: Rename min/max -> min_of, max_of
2026-05-21 10:34:29 +02: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 Use ProtoJSON, allow regex-based filtering of metric names 2026-04-10 16:05:40 +02: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