1
0
mirror of https://github.com/minio/minio.git synced 2025-02-15 07:32:31 -05:00

5 Commits

Author SHA1 Message Date
Bala FA
72fa2b4537 Add RPC counters for HTTP stats. ()
This patch introduces separate counters for HTTP stats for minio
reserved bucket.

Fixes 
2018-08-30 14:17:58 +05:30
Nitish Tiwari
e6ebcc4cb6 Remove redundant prometheus data points ()
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
2018-05-15 12:23:43 -07:00
Ashish Kumar Sinha
9ebb72aa99 Introduce new unauthenticated endpoint /metric () ()
/metric exposes Promethus compatible data for scraping metrics

Fixes: 
2018-04-18 16:01:42 -07:00
Anis Elleuch
83abad0b37 admin: ServerInfo() returns info for each node ()
ServerInfo() will gather information from all nodes before returning
it back to the client.
2017-04-21 07:15:53 -07:00
Harshavardhana
27749c2124 admin/info: Add HTTPStats value as part of serverInfo() struct. ()
Remove our counter implementation instead use atomic external
package which supports more types and methods.
2017-04-06 23:08:33 -07:00