Bala FA
72fa2b4537
Add RPC counters for HTTP stats. ( #6206 )
...
This patch introduces separate counters for HTTP stats for minio
reserved bucket.
Fixes #6158
6 years ago
Nitish Tiwari
e6ebcc4cb6
Remove redundant prometheus data points ( #5934 )
...
Removed field minio_http_requests_total as it was redundant with
minio_http_requests_duration_seconds_count
Also removed field minio_server_start_time_seconds as it was
redundant with process_start_time_seconds
7 years ago
Ashish Kumar Sinha
9ebb72aa99
Introduce new unauthenticated endpoint /metric ( #5723 ) ( #5829 )
...
/metric exposes Promethus compatible data for scraping metrics
Fixes : #5723
7 years ago
Anis Elleuch
83abad0b37
admin: ServerInfo() returns info for each node ( #4150 )
...
ServerInfo() will gather information from all nodes before returning
it back to the client.
8 years ago
Harshavardhana
27749c2124
admin/info: Add HTTPStats value as part of serverInfo() struct. ( #4049 )
...
Remove our counter implementation instead use atomic external
package which supports more types and methods.
8 years ago