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 eec1549 commit 259d582Copy full SHA for 259d582
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.1.0
4
+
5
+Support for annotation queries (#52) (Yan Shnayder)
6
7
## 2.0.0
8
9
Support variable substitution (#29) (Yan Shnayder)
package.json
@@ -1,6 +1,6 @@
{
"name": "scalyr-grafana-datasource-plugin",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "This grafana plugin allows Scalyr as a datasource for metrics and graphs",
"main": "webpack.config.js",
"scripts": {
src/plugin.json
@@ -6,7 +6,7 @@
"name": "Scalyr",
"id": "scalyr-datasource",
"info": {
10
"description": "Scalyr Observability Platform",
11
"author": {
12
0 commit comments