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 c3c6c4c commit a1c1660Copy full SHA for a1c1660
CHANGES.rst
@@ -0,0 +1,8 @@
1
+*********
2
+Changelog
3
4
+
5
6
+2020-12-27 0.1.0
7
+================
8
+- First official release
README.rst
@@ -67,7 +67,7 @@ and ``examples/sinewave-midnights/dashboard.json`` into Grafana::
67
68
# Login to Grafana.
69
export GRAFANA_URL=http://localhost:3000
70
- http --session=grafana $GRAFANA_URL --auth=admin:admin
+ http --session=grafana ${GRAFANA_URL} --auth=admin:admin
71
72
# Create datasource.
73
cat examples/sinewave-midnights/datasource.json | \
0 commit comments