'How to build a grafana panel plugin?

I am beginner in plugin development. i didn't get enough idea about plugin development from grafana tutorials,can u please give me a simple explanation about plugin development? from where we want to start ? how can pass live values ?



Solution 1:[1]

There's a documentation in grafana on how to build panels. You will need to have a knowledge in Typescript/React.

You may have to sign your custom plugin in the grafana configuration file. Refer here and register also where are your plugins located.

You can try checking sample projects here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 garlicRiso