Skip to content

Commit 2934a4a

Browse files
peekjef72amotl
authored andcommitted
dsquery: change typo
1 parent 990398c commit 2934a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/datasource-smartquery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
python examples/datasource-smartquery.py --uid=000000002 --attr "database:site" --query="SHOW FIELD KEYS"
1717
python examples/datasource-smartquery.py --uid 000000002 --query "SELECT sum(\"value\") FROM \"logins.count\" WHERE time >= now() - 5m and time <= now() GROUP BY time(10s) fill(null)"
1818
19-
#Query the InfluxDB+flux on https://play.grafana.org
19+
# Query the InfluxDB+flux on https://play.grafana.org
2020
# fix me : query invalid !
2121
python examples/datasource-smartquery.py \
2222
--uid M3k6ZPrnz \
2323
--query "from(bucket: \"example-bucket\")\\n|> range(start: -1h)|> filter(fn: (r) => r._measurement == \"example-measurement\" and r._field == \"example-field\")"
2424
25-
// Query the Grafite datasource on https://play.grafana.org
25+
# Query the Grafite datasource on https://play.grafana.org
2626
python examples/datasource-smartquery.py --uid 000000001 --query "aliasByNode(apps.fakesite.web_server_02.counters.requests.count,2)"
2727
2828
# Query the Prometheus data source on `play.grafana.org`.

0 commit comments

Comments
 (0)