Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit dba0765

Browse files
committed
add repo and asstets links to readme
1 parent 0de11eb commit dba0765

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
```
1414
*Don't forget to remove semicolon at the beginning*
1515

16-
4. Clone [pyroscope-panel-plugin]() and [pyroscope-datasource-plugin]() into `grafana-plugins` folder
16+
4. Clone [pyroscope-panel-plugin](https://github.com/pyroscope-io/grafana-panel-plugin) and [pyroscope-datasource-plugin](https://github.com/pyroscope-io/grafana-datasource-plugin) into `grafana-plugins` folder
1717

1818
5. Visit each plugin folder and build them:
1919
```
@@ -25,19 +25,19 @@
2525
* Linux: `systemctl restart grafana-server`
2626
7. Open Grafana ang go to **Configuratin -> Plugins**
2727
8. Check that plugins are available:
28-
![plugins-list]()
28+
![plugins-list](https://raw.githubusercontent.com/pyroscope-io/grafana-panel-plugin/main/docs/assets/pluginslist.jpg)
2929
9. Set up data source plugin:
3030
* **Configuration -> Data Sources -> Add data source**
3131
* click on `pyroscope-datasource`
3232
* Specify Pyroscope host in `Endpoint` field:
33-
![endpoint]()
33+
![endpoint](https://raw.githubusercontent.com/pyroscope-io/grafana-panel-plugin/main/docs/assets/endpoint.jpg)
3434
10. Set up panel plugin:
3535
* Add an empty panel on your dashboard
3636
* Select `pyroscop-panel` from Visualization list
3737
* Under panel view in Query tab select `pyroscope-datasource`
3838
* In `Application name` input specify app name
3939
* Click `Apply`
40-
![settings]()
40+
![settings](https://raw.githubusercontent.com/pyroscope-io/grafana-panel-plugin/main/docs/assets/settings.jpg)
4141

4242
Congratulations! Now you can monitor application flamegraph on your Grafana dashboard!
43-
![]()
43+
![dashboard](https://raw.githubusercontent.com/pyroscope-io/grafana-panel-plugin/main/docs/assets/dashboard.jpg)

0 commit comments

Comments
 (0)