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
2018-05-15 12:23:43 -07:00
Ashish Kumar Sinha
9ebb72aa99
Introduce new unauthenticated endpoint /metric ( #5723 ) ( #5829 )
...
/metric exposes Promethus compatible data for scraping metrics
Fixes : #5723
2018-04-18 16:01:42 -07:00
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.
2017-04-21 07:15:53 -07:00
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.
2017-04-06 23:08:33 -07:00