We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aebebd commit cccef23Copy full SHA for cccef23
examples/datasource-smartquery.py
@@ -22,7 +22,7 @@
22
--uid M3k6ZPrnz \
23
--query "from(bucket: \"example-bucket\")\\n|> range(start: -1h)|> filter(fn: (r) => r._measurement == \"example-measurement\" and r._field == \"example-field\")"
24
25
- // Query the Grafite
+ // Query the Grafite datasource on https://play.grafana.org
26
python examples/datasource-smartquery.py --uid 000000001 --query "aliasByNode(apps.fakesite.web_server_02.counters.requests.count,2)"
27
28
# Query the Prometheus data source on `play.grafana.org`.
0 commit comments