tripnomics_7.5.5/public/app/plugins/datasource/mysql
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30
..
img Initial commit 2021-07-05 13:49:40 +05:30
partials Initial commit 2021-07-05 13:49:40 +05:30
specs Initial commit 2021-07-05 13:49:40 +05:30
datasource.ts Initial commit 2021-07-05 13:49:40 +05:30
meta_query.ts Initial commit 2021-07-05 13:49:40 +05:30
module.ts Initial commit 2021-07-05 13:49:40 +05:30
mysql_query.ts Initial commit 2021-07-05 13:49:40 +05:30
plugin.json Initial commit 2021-07-05 13:49:40 +05:30
query_ctrl.ts Initial commit 2021-07-05 13:49:40 +05:30
README.md Initial commit 2021-07-05 13:49:40 +05:30
response_parser.ts Initial commit 2021-07-05 13:49:40 +05:30
sql_part.ts Initial commit 2021-07-05 13:49:40 +05:30
types.ts Initial commit 2021-07-05 13:49:40 +05:30

MySQL Data Source - Native Plugin

Grafana ships with a built-in MySQL data source plugin that allows you to query and visualize data from a MySQL compatible database.

Adding the data source

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Dashboards link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select MySQL from the Type dropdown.

Read more about it here:

http://docs.grafana.org/features/datasources/mysql/