Skip to content

wangwang-io/grafana-plugin-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana plugin examples

This repository contains example plugins to showcase different use cases.

Panel plugins

  • flot demonstrates how to use the Flot plotting library in a panel plugin.
  • frame-select demonstrates how to update panel options with values from a data query response.
  • plotly demonstrates how to use the Plotly graphing library in a panel plugin.
  • scatterplot demonstrates how to use D3 and SVG to create a scatter plot panel.
  • visx demonstrates how to use visx to create a time series graph.

Data source plugins

  • http demonstrates how to query data from HTTP-based APIs.
  • alerting demonstrates how to add support for alerting to a data source, using a backend.
  • streaming-websocket demonstrates how to create an event-based data source plugin using RxJS and web sockets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.9%
  • JavaScript 10.9%
  • Go 6.2%