prometheus/web/api/v1
Charles Korn eaad7c0fc8
Merge branch 'main' into api-response-format-extension-point
Signed-off-by: Charles Korn <charleskorn@users.noreply.github.com>
2023-02-15 14:18:23 +01:00
..
api.go Merge branch 'main' into api-response-format-extension-point 2023-02-15 14:18:23 +01:00
api_test.go Merge branch 'main' into api-response-format-extension-point 2023-02-15 14:18:23 +01:00
codec.go Add extension point for returning different content types from API endpoints 2023-02-02 13:10:19 +11:00
errors_test.go API: change HTTP status code tracked in metrics form 503/422 to 499 if a request is canceled 2023-01-26 13:06:37 +01:00
json_codec.go Move custom jsoniter code into json_codec.go. 2023-02-02 13:10:20 +11:00
json_codec_test.go Expose QueryData so that implementations of Codec.CanEncode() can perform a type assertion against Response.Data. 2023-02-02 15:30:56 +11:00