prometheus/web
Owen Williams a28d7865ad UTF-8: Add support for parsing UTF8 metric and label names
This adds support for the new grammar of `{"metric_name", "l1"="val"}` to promql and some of the exposition formats.
This grammar will also be valid for non-UTF-8 names.
UTF-8 names will not be considered valid unless model.NameValidationScheme is changed.

This does not update the go expfmt parser in text_parse.go, which will be addressed by https://github.com/prometheus/common/issues/554/.

Part of https://github.com/prometheus/prometheus/issues/13095

Signed-off-by: Owen Williams <owen.williams@grafana.com>
2024-02-15 14:34:37 -05:00
..
api/v1 Tests: use replacement DeepEquals using go-cmp 2024-02-08 19:30:20 +00:00
ui promql: add histogram_avg function (#13467) 2024-02-01 18:28:42 +01:00
federate.go UTF-8: Add support for parsing UTF8 metric and label names 2024-02-15 14:34:37 -05:00
federate_test.go Tests: use replacement DeepEquals using go-cmp 2024-02-08 19:30:20 +00:00
web.go web : use Go standard package 2023-11-08 06:37:59 +00:00
web_test.go Refactor web tests to use testify. 2024-02-01 13:51:31 +00:00