Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snuids/trafficlights-panel
A Grafana version of the Kibana Traffic Lights Panel
https://github.com/snuids/trafficlights-panel
grafana radar
Last synced: about 2 months ago
JSON representation
A Grafana version of the Kibana Traffic Lights Panel
- Host: GitHub
- URL: https://github.com/snuids/trafficlights-panel
- Owner: snuids
- License: mit
- Created: 2017-10-09T12:57:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T11:16:05.000Z (10 months ago)
- Last Synced: 2024-08-02T15:49:23.132Z (5 months ago)
- Topics: grafana, radar
- Language: HTML
- Homepage:
- Size: 1.93 MB
- Stars: 22
- Watchers: 2
- Forks: 13
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
See (https://github.com/snuids/grafana-trafficlights-panel) for the newer React version
This grafana panel displays traffic lights based on the data source most recent time aggregation. It is possible to tune the thresholds and to limit the number of traffic lights per line. This is the grafana version of the same plugin available for kibana here: https://github.com/snuids/TrafficLightVisKibana5.5
The plugin was tested with Elastic Search 5.5 as data source.
The trend is computed between the last and previous date aggregation of the serie.## Installation
Copy the dist folder in your grafana plugin directory and rename it to trafficlight.
# Screenshots
## Showcase
![Traffic Lights](https://raw.githubusercontent.com/snuids/trafficlights-panel/master/src/img/screenshot-traffic-showcase.jpg)
![Traffic Lights2](https://raw.githubusercontent.com/snuids/trafficlights-panel/master/src/img/screenshot-traffic-showcase2.jpg)## Metrics Configuration
![Traffic Lights](https://raw.githubusercontent.com/snuids/trafficlights-panel/master/src/img/screenshot-traffic-metrics.jpg)
## Panel Options
![Traffic Lights](https://raw.githubusercontent.com/snuids/trafficlights-panel/master/src/img/screenshot-traffic-options.jpg)
# Versions
## v0.1.2 (13/Oct/2017)
- Added Units and Digits options
- Added Trend options
- Do no longer crash if there is no date histogram aggregation## v1.1.0 (19/Oct/2017)
- Versions synchronized## v1.2.0 (27/Oct/2017)
- Panel id renamed to snuids-traffic-lights (Edit your panels plugin id when upgrading from 1.1.0)## v1.3.0 (28/Oct/2017)
- Threshold validations added
- Options number fields are now number fields. (Text in previous versions)## v1.4.0 (01/Nov/2017)
- Options tab hints added## v1.4.1 (21/Jun/2018)
- Plugin id renamed to match grafana guidelines## v1.4.2 (21/Jun/2018)
- Fix the editor path## v1.4.4 (09/Aug/2018)
- Sort by name option added## v1.4.5 (16/Oct/2018)
- Added option to add link to the traffic light (Raul Melo)
- Clean some dev console logs (Raul Melo)## V1.4.6 (27/Mai/2019)
- Added color picker for metric name color## V1.4.7 (17/Sep/2020)
- Image renderer support
- Grafana 7 compatibility## V1.5.0 (10/Nov/2021)
- Turn light off if metric value equal noValueNumber setting## V1.5.1 (11/Jan/2022)
- Plugin signed## V1.5.2 (19/Feb/2023)
- Retry to publish on grafana## V1.6.0 (04/Mar/2023)
- Added the option to color the traffic light via the trend (last - (previous))
- Added a serie name transformation option## V1.7.0 (10/Mar/2023)
- Added the abs option for trend
- Added the percentage option for tren