Skip to content

A Grafana Panel showing the trend of a metric compared to a previous time period

License

Notifications You must be signed in to change notification settings

thetradedesk/grafana-trend-panel

 
 

Repository files navigation

Trend Panel Plugin for Grafana

The Trend Panel can show the current value of a metric and compare it to a previous time. It will also show the trend in percent and the difference of the two values:

trend panel demo

Status

This plugin is a fork of a partly-working and seemingly abandoned Grafana plugin. Work has been carried out to add features that TTD required as well as a number of small bug fixes.

All changes should be done within the ttd-master branch. We are keeping master at parity with the original fork.

Building

npm install -g grunt
npm install
grunt

Build on source file change

grunt -watch

Attribution

About

A Grafana Panel showing the trend of a metric compared to a previous time period

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.0%
  • HTML 32.7%
  • CSS 3.3%