minio/docs
Praveen raj Mani 8836d57e3c The prometheus metrics refractoring (#8003)
The measures are consolidated to the following metrics

- `disk_storage_used` : Disk space used by the disk.
- `disk_storage_available`: Available disk space left on the disk.
- `disk_storage_total`: Total disk space on the disk.
- `disks_offline`: Total number of offline disks in current MinIO instance.
- `disks_total`: Total number of disks in current MinIO instance.
- `s3_requests_total`: Total number of s3 requests in current MinIO instance.
- `s3_errors_total`: Total number of errors in s3 requests in current MinIO instance.
- `s3_requests_current`: Total number of active s3 requests in current MinIO instance.
- `internode_rx_bytes_total`: Total number of internode bytes received by current MinIO server instance.
- `internode_tx_bytes_total`: Total number of bytes sent to the other nodes by current MinIO server instance.
- `s3_rx_bytes_total`: Total number of s3 bytes received by current MinIO server instance.
- `s3_tx_bytes_total`: Total number of s3 bytes sent by current MinIO server instance.
- `minio_version_info`: Current MinIO version with commit-id.
- `s3_ttfb_seconds_bucket`: Histogram that holds the latency information of the requests.

And this PR also modifies the current StorageInfo queries

- Decouples StorageInfo from ServerInfo .
- StorageInfo is enhanced to give endpoint information.

NOTE: ADMIN API VERSION IS BUMPED UP IN THIS PR

Fixes #7873
2019-10-22 21:01:14 -07:00
..
bigdata Update hadoop docs to indicate new committers (#8060) 2019-09-30 21:34:06 -07:00
bucket/notifications Update Kafka notification example doc (#8212) 2019-09-16 19:24:55 +05:30
chroot Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
compression Switch to Snappy -> S2 compression (#8189) 2019-09-25 23:08:24 -07:00
config Allow logging targets to be configured to receive minio (#8347) 2019-10-11 18:50:54 -07:00
deployment/kernel-tuning Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
disk-caching Allow caching only in gateway mode. (#8232) 2019-09-17 02:54:04 +05:30
distributed Add some design docs for distributed setup (#7950) 2019-07-23 07:48:10 +05:30
docker docs: Use --user to start container in non-root (#7966) 2019-07-24 17:35:52 -07:00
erasure docs: Fix dead link of HighwayHash (#7847) 2019-07-03 14:32:58 -07:00
federation/lookup Replace proxy with forward in coredns example (#8344) 2019-10-01 22:23:08 +05:30
gateway Doc: Fix PutObject API known limitations text (#7704) 2019-08-13 08:50:43 -07:00
kms add UpdateKey method to KMS interface (#7974) 2019-08-01 15:47:47 -07:00
lifecycle Add bucket lifecycle expiry feature (#7834) 2019-08-09 10:02:41 -07:00
logging Enhance audit logging to capture responseTimes (#8067) 2019-08-12 20:32:34 -07:00
metrics The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
multi-tenancy Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
multi-user Fix numbering in doc (#8311) 2019-09-26 04:48:59 +05:30
orchestration Update yaml files to latest version RELEASE.2019-10-12T01-39-57Z 2019-10-12 01:44:42 +00:00
screenshots doc: Merge large bucket with distributed docs (#7761) 2019-06-11 13:44:33 -07:00
security remove SSE-S3 key rotation in CopyObject (#8278) 2019-09-24 02:05:04 +05:30
select Concurrent CSV parsing and reduce S3 select allocations (#8200) 2019-09-13 14:18:35 -07:00
shared-backend Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
sts Fix errors in ldap doc (#8374) 2019-10-10 12:28:39 +05:30
tls fix link to let's encrypt doc (#8294) 2019-09-23 23:53:11 +05:30
zh_CN docs: Fix dead link of HighwayHash (#7847) 2019-07-03 14:32:58 -07:00
minio-limits.md Update doc with Object Tagging not supported (#8116) 2019-08-21 16:10:59 -07:00