Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

op-guide, media: update monitoring docs #965

Merged
merged 8 commits into from
Mar 27, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added media/view-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions op-guide/monitor-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: operations

# TiDB Monitoring Framework Overview

The TiDB monitoring framework adopts two open source projects: Prometheus and Grafana. TiDB uses Prometheus to store the monitoring and performance metrics and Grafana to visualize these metrics.
The TiDB monitoring framework adopts two open source projects: Prometheus and Grafana. TiDB uses [Prometheus](https://prometheus.io) to store the monitoring and performance metrics and [Grafana](https://grafana.com/grafana) to visualize these metrics.

## About Prometheus in TiDB

Expand All @@ -16,7 +16,7 @@ Prometheus consists of multiple components. Currently, TiDB uses the following o

- The Prometheus Server to scrape and store time series data.
- The client libraries to customize necessary metrics in the application.
- A push GateWay to receive the data from Client Push for the Prometheus main server.
- A Pushgateway to receive the data from Client Push for the Prometheus main server.
- An AlertManager for the alerting mechanism.

The diagram is as follows:
Expand Down
Loading