Hello. I’m faced with a strange oddity with no show of metric tab.
Below is full description and can anyone help me?
-
What Grafana version are you using?
/usr/sbin/grafana-server -v
Version 4.5.2 (commit: ec2b0fe) -
What datasource are you using?
influxdb -
What OS are you running grafana on?
RHEL 7.3 -
What did you do?
Installed grafana server
checked influxdb is fully working and reachable from grafana server (firewall, auth, … etc )
and successfully added backend of a influxdb -
What was the expected result?
on creating dashboard, metric tab should be seen -
What happened instead?
no metric button on creating dashboard
but when using import with json file, I can see data source
I’m sorry if this is duplicate, but all of the document on the web says metric should be seen.
An example of one of my measurements is as shown below
curl -G ‘http://x.x.x.x:8086/query?db=netdata&u=xxx&p=xxx’ --data-urlencode ‘q=select * from “netdata.users.cpu.root”’
{“results”:[{“statement_id”:0,“series”:[{“name”:“netdata.users.cpu.root”,“columns”:[“t
ime”,“host”,“value”],“values”:[[“2017-10-21T19:37:00Z”,“dcos110-netdata”,0.2499],[“201
7-10-21T19:37:10Z”,“dcos110-netdata”,0.16655],[“2017-10-21T19:37:20Z”,"dcos110-netdata
",2.3018889],[“2017-10-21T19:37:30Z”,“dcos110-netdata”,0.90039],["2017-10-21T19:37:40Z
",“dcos110-netdata”,0.89964],[…