You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cloudfreexiao f2cbf8041b 🐳chore(工具): 调整docker 文件 5 years ago
..
dashboards 🐳chore(工具): 调整docker 文件 5 years ago
Dockerfile 🐳chore(工具): 调整docker 文件 5 years ago
README.md 🐳chore(工具): 调整docker 文件 5 years ago

README.md

TiDB dashboard installer

This image is used to configure Grafana datasource and dashboards for TiDB cluster. It is used in tidb-docker-compose and tidb-operator.

The JSON files in dashboards are copied from tidb-ansible.

Grafana version prior to v5.0.0 can only use import API to automate datasource and dashboard configuration. So this image is needed to run in docker environment. It runs only once in this environment.

With Grafana v5.x, we can use provisioning feature to statically provision datasources and dashboards. No need to use scripts to configure Grafana.

But currently, the dashboards in tidb-ansible repository are incompatible with Grafana v5.x and cannot be statically provisioned. So this image is still required.

In the future, we can use grafonnet to migrate old dashboards and make dashboard updating reviewable.