This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
prometheus
Watch
1
Star
0
Fork
0
You've already forked prometheus
mirror of
https://github.com/prometheus/prometheus.git
synced
2025-09-21 22:01:01 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
prometheus
/
web
/
api
/
v1
History
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_test.go
Merge branch 'main' into api-response-format-extension-point
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
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_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
json_codec.go
Move custom jsoniter code into json_codec.go.
2023-02-02 13:10:20 +11:00