Update build a datasource plugin tutorial (#66381)

* update tutorial

* add punctuation
This commit is contained in:
Kate Brenner
2023-04-25 12:20:14 -06:00
committed by GitHub
parent 96a191e643
commit 17b8d28cae
2 changed files with 19 additions and 17 deletions
@@ -31,10 +31,10 @@ Grafana [create-plugin tool](https://www.npmjs.com/package/@grafana/create-plugi
```
1. Restart the Grafana server for Grafana to discover your plugin.
1. Open Grafana and go to **Configuration** -> **Plugins**. Make sure that your plugin is there.
1. Open Grafana and go to **Connections** -> **Connect Data**. Make sure that your data source is there.
By default, Grafana logs whenever it discovers a plugin:
```
INFO[01-01|12:00:00] Registering plugin logger=plugins name=my-plugin
INFO[01-01|12:00:00] Plugin registered logger=plugin.loader pluginID=my-plugin
```