Update build a datasource plugin tutorial (#66381)
* update tutorial * add punctuation
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user