prometheus/promql
Arve Knudsen 0a40df33fb
Make metric/label name validation scheme explicit (#16928)
* Parameterize metric/label name validation scheme

Parameterized metric/label name validation scheme

---------

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Julius Hinze <julius.hinze@grafana.com>
2025-08-18 08:09:00 +00:00
..
fuzz-data
parser Make metric/label name validation scheme explicit (#16928) 2025-08-18 08:09:00 +00:00
promqltest Fix `histogram_quantile` annotation in range query when delayed name removal is disabled (#16794) 2025-08-13 18:06:48 +02:00
bench_test.go [TESTS] PromQL: shrink work done in BenchmarkRangeQuery 2025-08-05 14:21:23 +01:00
durations.go chore(promql): improve doc string in promql/durations.go (#16863) 2025-07-11 12:07:54 +02:00
durations_test.go Add step(), min(a,b) and max(a,b) in promql duration expressions 2025-07-02 11:17:17 +02:00
engine.go Make metric/label name validation scheme explicit (#16928) 2025-08-18 08:09:00 +00:00
engine_internal_test.go chore: enable-all rule from govet 2025-08-04 18:06:36 +02:00
engine_test.go Fix `histogram_quantile` annotation in range query when delayed name removal is disabled (#16794) 2025-08-13 18:06:48 +02:00
functions.go Make metric/label name validation scheme explicit (#16928) 2025-08-18 08:09:00 +00:00
functions_internal_test.go
functions_test.go
fuzz.go feature: type-and-unit-labels (PROM-39 implementation) (#16228) 2025-05-17 09:37:25 +00:00
fuzz_test.go fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094) 2024-10-06 16:35:29 +00:00
histogram_stats_iterator.go promql: reuse `histogramStatsIterator` where possible, and expose it for other implementations to use (#16686) 2025-06-18 23:53:46 +02:00
histogram_stats_iterator_test.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
info.go chore: enable unused-parameter from revive 2025-02-19 19:50:28 +01:00
info_test.go [FEATURE] PromQL: Add experimental info function MVP (#14495) 2024-10-16 13:52:11 +01:00
promql_test.go
quantile.go fix(promql): histogram_quantile and histogram_fraction NaN observed in native histogram (#16724) 2025-06-25 13:37:43 +02:00
quantile_test.go Export quantile functions (#15190) 2024-11-27 13:20:23 +01:00
query_logger.go chore!: adopt log/slog, remove go-kit/log 2024-10-07 15:58:50 -04:00
query_logger_test.go
value.go chore: enable unused-receiver rule from revive 2025-08-04 09:43:33 +00:00
value_test.go