Hi Team,

I have added a successful Data Source for MySQL *performance_schema* and
* information_schema* at Grafana.
 Afterwards I tried import some MySQL dashboards ( ie: 10200 ) but no luck.

Any basic dashboard I could import to see summary information about MySQL 
*performance_schema* and* information_schema*  ?
Or what Queries I could use in a Panel to see summary information of MySQL 
and start get more familiar with it... ?

Using *information_schema *I even could build suing Query below, but I 
don't see no information in the graph. See the picture.



SELECT
  UNIX_TIMESTAMP(DATE_ADD(TIME_ENABLED,INTERVAL TIME_ELAPSED + 0 SECOND)) 
as time_sec,
  COUNT as value,
  name as metric
FROM INNODB_METRICS
where STATUS="enabled" and SUBSYSTEM="os"

Appreciate any help.
Mauricio

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/6714dd07-0616-42b7-8b49-34a9f7bea2bd%40googlegroups.com.

Reply via email to