prometheus/web/api/v1
beorn7 99894f6afa Histogram: Implement inefficient JSON rendering
Format is according to example 4 in
https://docs.google.com/document/d/1Efu0LX-fgNWix6ehfeCR0FzeWtHvftWFNoy7cYW9nqU/edit#

This is inefficient as it doesn't use jsoniter. It actually prevents
it for regular Points (with a conventional float Value), too.

Signed-off-by: beorn7 <beorn@grafana.com>
2022-04-14 20:38:49 +02:00
..
api.go Histogram: Implement inefficient JSON rendering 2022-04-14 20:38:49 +02:00
api_test.go Allow replacing the stats struct before rendering JSON 2022-03-21 23:49:17 +01:00