How to change the project name of datasource plugin?

Hi,

I are new to develop a datasource plugin, so I cloned your example “simple json datasource plugin” and then code in it directly. And now I almost completed it based on my need. But I don’t know how to change the name of the plugin, could you help me?

@susan

Try to find src/plugin.json file and something like

{ 
   "name": "SimpleJson"
    ...

there. Don’t forget "id" propery shoul be unique. After change restart Grafana`s server to apply changes.