Skip to content

Commit f43136d

Browse files
Add screenshot images and resolve plugin check warnings
1 parent 8633778 commit f43136d

11 files changed

+11
-14
lines changed

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you require the development version, use the manual installation instructions
6363
1. If you want a stable version of plugin, download the desired version from
6464
[github releases](https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases).
6565
If you want the `development` version of the plugin,
66-
clone the [plugin repository](https://github.com/scalyr/scalyr-grafana-datasource)
66+
clone the [plugin repository](https://github.com/scalyr/scalyr-grafana-datasource-plugin)
6767
from GitHub. Switch to branch `go-rewrite-v2`
6868

6969
```bash
@@ -109,21 +109,21 @@ from GitHub. Switch to branch `go-rewrite-v2`
109109
1. In order to verify proper installation you must log in to your grafana instance
110110
and navigate to **Configuration Settings -> Data Sources**.
111111

112-
![FirstImage](images/ConfigDataSource.png)
112+
![ConfigDataSource](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/ConfigDataSource.png)
113113

114114
2. This will take you into the configuration page. If you already have other data
115115
sources installed, you will see them show up here. Click on the **Add data source** button:
116116

117-
![SecondImage](images/DataSoureConfig.png)
117+
![DatasetConfig](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/DatasetConfig.png)
118118

119119
3. If you enter "Dataset" in the search bar on the resulting page you should see "Dataset" grafana plugin show up as an option.
120120

121-
![otherPlugin](images/SearchForPlugin.png)
121+
![SearchForPlugin](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/SearchForPlugin.png)
122122

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

126-
![PluginConfig](images/PluginConfig.png)
126+
![PluginConfig](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/PluginConfig.png)
127127

128128
5. Enter these settings:
129129

@@ -141,35 +141,32 @@ using Scalyr data.
141141

142142
1. Create a new dashboard by click Create > dashboard
143143

144-
![CreateDashboard](images/CreateDashboard.png)
144+
![CreateDashboard](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/CreateDashboard.png)
145145

146146
2. In the **“New dashboard”** box, select the **“Add a new panel** icon
147147

148-
![AddQuery](images/AddQuery.png)
149-
150148
3. From the Data source dropdown, select **"Dataset"**.
151149

152-
![ScalyrPlugin](images/ScalyrPlugin.png)
150+
![DataSetPlugin](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/DatasetPlugin.png)
153151

154152
4. A 'Query Type' field allows to choose the type of query you wanted to search for
155153

156-
![QueryType](images/QueryType.png)
154+
![QueryType](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/QueryType.png)
155+
157156
5. 'Standard Query' - A standard query allows to search on Graph view,
158157
You can enter Graph Functions into the expression box and visualize the results. You can even enter and visualize Complex Expressions
159158
Dataset [graphFunctions documentation](https://www.scalyr.com/help/dashboards#graphFunctions)
160159
is a good resource to see the list of supported functions.
161160
Enter expression and click the save button. In the image below, we've added a query to graph visualized the
162161
number of log messages that contain the word "error"
163162
164-
![StandardQuery](images/StandardQuery.png)
165-
163+
![StandardQuery](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/StandardQuery.png)
166164
167165
6. 'Power Query' - Works similar to PQ search in Dataset app. You can enter rich set of commands for transforming
168166
and manipulating data. Data can be viewed in Table format
169167
Visit [this documentation](https://app.scalyr.com/help/power-queries) for more information on building Power Queries
170168
171-
![PowerQuery](images/PowerQuery.png)
172-
169+
![PowerQuery](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/PowerQuery.png)
173170
174171
You’ve successfully installed, configured and created a graph in Grafana using Dataset data!
175172

images/ConfigDataSource.png

-55 KB
Binary file not shown.

images/CreateDashboard.png

-65.4 KB
Binary file not shown.

images/DataSoureConfig.png

-57.4 KB
Binary file not shown.

images/DatasetPlugin.png

-111 KB
Binary file not shown.

images/PluginConfig.png

-54.3 KB
Binary file not shown.

images/PowerQuery.png

-174 KB
Binary file not shown.

images/QueryType.png

-54.7 KB
Binary file not shown.

images/SearchForPlugin.png

-42.2 KB
Binary file not shown.

images/StandardQuery.png

-96.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)