prometheus/web/api/v1
Charles Korn 94d858d2f4
Correct license header in web/api/v1/codec_test.go.
This was incorrectly added as part of #428.

Signed-off-by: Charles Korn <charles.korn@grafana.com>
2023-02-27 13:34:52 +11:00
..
api.go Handle case where default codec cannot encode the response. 2023-02-24 14:47:24 +11:00
api_test.go Handle case where default codec cannot encode the response. 2023-02-24 14:47:24 +11:00
codec.go Implement fully-featured content negotiation for API requests, and allow overriding the default API codec. 2023-02-24 14:04:43 +11:00
codec_test.go Correct license header in web/api/v1/codec_test.go. 2023-02-27 13:34:52 +11:00
errors_test.go
json_codec.go Implement fully-featured content negotiation for API requests, and allow overriding the default API codec. 2023-02-24 14:04:43 +11:00
json_codec_test.go