Skip to content

Commit 9c5cb00

Browse files
authored
Fix bug with annotations where filter was always sent as empty (#78)
1 parent 841639c commit 9c5cb00

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

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.

0 commit comments

Comments
 (0)