Problem with datasource plugin installation

I need to write datasource plugin for my API. But even when I put template datasource plugin to grafana plugin folder, nothing happened

What I am doing wrong? I just follow official documentation

  • What Grafana version and what operating system are you using?
    10.0.1
  • What are you trying to achieve?
    Install grafana datasource
  • How are you trying to achieve it?
    Put build folder to GrafanaLabs\grafana\data\plugins folder
  • What happened?
    Nothing
  • What did you expect to happen?
    Adding datasource to grafana’s datasource list

When you restart Grafana check the logs. At the bottom you should see which plugins are loaded or not loaded.

If you plugin is not signed or signed privately for the wrong domain it won’t be loaded. Use allow unsigned settings to allow unsigned plugins.

Alternatively, you can run Grafana in the development mode.