Skip to content

Commit

Permalink
Add Grafana dashboard (minio#10000)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitisht authored Jul 9, 2020
1 parent c850905 commit 30c251e
Show file tree
Hide file tree
Showing 4 changed files with 1,382 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/metrics/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This document explains how to setup Prometheus and configure it to scrape data f
- [3.2 Public Prometheus config](#32-public-prometheus-config)
- [4. Update `scrape_configs` section in prometheus.yml](#4-update-scrapeconfigs-section-in-prometheusyml)
- [5. Start Prometheus](#5-start-prometheus)
- [6. Configure Grafana](#6-configure-grafana)
- [List of metrics exposed by MinIO](#list-of-metrics-exposed-by-minio)

## Prerequisites
Expand Down Expand Up @@ -100,6 +101,10 @@ Start (or) Restart Prometheus service by running

Here `prometheus.yml` is the name of configuration file. You can now see MinIO metrics in Prometheus dashboard. By default Prometheus dashboard is accessible at `http://localhost:9090`.

### 6. Configure Grafana

After Prometheus is configured, you can use Grafana to visualize MinIO metrics. Refer the [document here to setup Grafana with MinIO metrics](./grafana/README.md).

## List of metrics exposed by MinIO

MinIO server exposes the following metrics on `/minio/prometheus/metrics` endpoint. All of these can be accessed via Prometheus dashboard. The full list of exposed metrics along with their definition is available in the demo server at https://play.min.io:9000/minio/prometheus/metrics
Expand Down
Loading

0 comments on commit 30c251e

Please sign in to comment.