Josef Kemetmüller 590e8d8511 Fix rendering of metrics with special characters
My main motivation here is to get metrics with brackets to work in order
to support "pytest" test names:

- test_foo.py::test_bar[1]
- test_foo.py::test_bar[2]

I couldn't find an "HTML escape"-style function that would generate
valid html `id` attribute names from random strings, so I went with a
hash digest instead.
2025-04-09 11:31:47 -04:00
..
2021-12-13 15:37:56 -05:00
2025-03-31 14:52:51 -04:00
2024-01-26 00:34:58 -05:00