Skip to content

Commit 104cdf2

Browse files
committed
Version 2.3.6
1 parent 841639c commit 104cdf2

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.3.6
4+
5+
Fix issue with annotations where configured query would be ignored. (#78) (Yan Shnayder)
6+
37
## 2.3.5
48

59
Have Datalink generation prepend "add." to EU hosts to avoid permissions issue. (#71) (Yan Shnayder)

dist/README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,17 @@ can find documentation on API Keys [here](https://www.scalyr.com/help/api#scalyr
3535

3636
```bash
3737
grafana-cli --pluginUrl \
38-
https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.4/scalyr_grafana_plugin_ce5325d.zip \
38+
https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.5/scalyr_grafana_plugin_2a30795.zip \
3939
plugins install scalyr-datasource
4040
```
4141

42-
2. Adding plugins requires a restart of your grafana server.
42+
2. Update your Grafana configuration in the `grafana.ini` file to allow this plugin by adding the following line:
43+
44+
```bash
45+
allow_loading_unsigned_plugins = scalyr-datasource
46+
```
47+
48+
3. Adding plugins requires a restart of your grafana server.
4349

4450
For init.d based services you can use the command:
4551

@@ -78,7 +84,7 @@ from GitHub.
7884
Stable version:
7985

8086
```bash
81-
tar -xvf scalyr_grafana_plugin_ce5325d.tar.gz
87+
tar -xvf scalyr_grafana_plugin_2a30795.tar.gz
8288
cp -rf dist/ /var/lib/grafana/plugins/scalyr/
8389
```
8490

@@ -114,10 +120,10 @@ from GitHub.
114120

115121
![SecondImage](images/DataSoureConfig.png)
116122

117-
3. If you scroll down on the resulting page you should see “Scalyr Grafana
118-
Datasource” show up in the “Others” section.
123+
3. If you enter "Scalyr" in the search bar on the resulting page you should see “Scalyr Grafana
124+
Datasource” show up as an option.
119125

120-
![otherPlugin](images/OthersPlugin.png)
126+
![otherPlugin](images/SearchForPlugin.png)
121127

122128
4. Click on ***“Select”***. This will take you to a configuration page where you
123129
insert your API key mentioned in the prerequisite section.

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "2.3.4",
9+
"version": "2.3.6",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scalyr-grafana-datasource-plugin",
3-
"version": "2.3.4",
3+
"version": "2.3.6",
44
"description": "This grafana plugin allows Scalyr as a datasource for metrics and graphs",
55
"main": "webpack.config.js",
66
"scripts": {

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Scalyr",
77
"id": "scalyr-datasource",
88
"info": {
9-
"version": "2.3.4",
9+
"version": "2.3.6",
1010
"description": "Scalyr Observability Platform",
1111
"author": {
1212
"name": "Scalyr",

0 commit comments

Comments
 (0)