prometheus/model
ismail simsek 2507469291
Fix: metadata API using wrong field names (#13633)
Fix is to add json tags to `Metadata` struct. Absence of these tags
causes Go to use the field name, which starts with an upper-case
letter and breaks the protocol.

Extend tests to verify the JSON response.

Signed-off-by: ismail simsek <ismailsimsek09@gmail.com>
2024-02-26 09:53:39 +00:00
..
exemplar
histogram Optimize histogram iterators (#13340) 2024-01-23 17:02:14 +01:00
labels model/labels: Fix new lint warning in test 2024-02-07 18:12:26 +01:00
metadata Fix: metadata API using wrong field names (#13633) 2024-02-26 09:53:39 +00:00
relabel Tests: use replacement DeepEquals in more places 2024-02-08 19:32:33 +00:00
rulefmt
textparse Use github.com/klauspost/compress for gzip and zlib 2024-02-22 17:08:15 +00:00
timestamp
value