All Projects → grafana → Grafana Image Renderer

grafana / Grafana Image Renderer

Licence: apache-2.0
A Grafana backend plugin that handles rendering of panels & dashboards to PNGs using headless browser (Chromium/Chrome)

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Grafana Image Renderer

Docker Influxdb Grafana
A Docker container which runs InfluxDB and Grafana ready for persisting data
Stars: ✭ 130 (-18.24%)
Mutual labels:  grafana
Go Notify
An email automation solution, written in Golang.
Stars: ✭ 143 (-10.06%)
Mutual labels:  grafana
Prom ex
An Elixir Prometheus metrics collection library built on top of Telemetry with accompanying Grafana dashboards
Stars: ✭ 149 (-6.29%)
Mutual labels:  grafana
Teslalogger
Stars: ✭ 131 (-17.61%)
Mutual labels:  grafana
Hubot Grafana
📈🤖 Query Grafana dashboards
Stars: ✭ 141 (-11.32%)
Mutual labels:  grafana
Grafana Prtg
A PRTG Datasource plugin for Grafana
Stars: ✭ 145 (-8.81%)
Mutual labels:  grafana
Rrinlog
Replacing Elasticsearch with Rust and SQLite
Stars: ✭ 129 (-18.87%)
Mutual labels:  grafana
Ohmgraphite
Export Open Hardware sensor data to Graphite / InfluxDB / Prometheus / Postgres / Timescaledb
Stars: ✭ 155 (-2.52%)
Mutual labels:  grafana
Grafana Discrete Panel
Show discrete events in grafana
Stars: ✭ 142 (-10.69%)
Mutual labels:  grafana
Legend
Legend builds and publishes Grafana dashboards for your services with prefilled metrics and alerts for your services.
Stars: ✭ 149 (-6.29%)
Mutual labels:  grafana
Swarmprom
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
Stars: ✭ 1,739 (+993.71%)
Mutual labels:  grafana
Grafana Plotly Panel
Show plotly graph in grafana panel
Stars: ✭ 133 (-16.35%)
Mutual labels:  grafana
Grafanajsondatasource
Grafana datasource to load JSON data over your arbitrary HTTP backend
Stars: ✭ 146 (-8.18%)
Mutual labels:  grafana
Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (+946.54%)
Mutual labels:  grafana
Grafcli
Grafana CLI for quick and easy dashboards management.
Stars: ✭ 152 (-4.4%)
Mutual labels:  grafana
Grafana Influx Dashboard
Grafana InfluxDB scripted dashboard
Stars: ✭ 130 (-18.24%)
Mutual labels:  grafana
Keyhole
Survey Your Mongo Land - MongoDB Performance Analytics
Stars: ✭ 142 (-10.69%)
Mutual labels:  grafana
K8ssandra
K8ssandra is an open-source distribution of Apache Cassandra for Kubernetes including API services and operational tooling.
Stars: ✭ 155 (-2.52%)
Mutual labels:  grafana
Appmetrics
App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.
Stars: ✭ 1,986 (+1149.06%)
Mutual labels:  grafana
Elephant Shed
PostgreSQL Management Appliance
Stars: ✭ 146 (-8.18%)
Mutual labels:  grafana

A Grafana backend plugin that handles rendering panels and dashboards to PNGs using a headless browser (Chromium).

Requirements

Supported operating systems

  • Linux (x64)
  • Windows (x64)
  • Mac OS X (x64)

Dependencies

This plugin is packaged in a single executable with Node.js runtime and Chromium browser. This means that you don't need to have Node.js and Chromium installed in your system for the plugin to function.

However, Chromium browser depends on certain libraries and if you don't have all of those libraries installed in your system you may encounter errors when trying to render an image. For further details and troubleshooting help, please refer to Grafana Image Rendering documentation.

Installation

Using grafana-cli

NOTE: Installing this plugin using grafana-cli is supported from Grafana v6.4.

grafana-cli plugins install grafana-image-renderer

Install in Grafana Docker image

This plugin is not compatible with the current Grafana Docker image without installing further system-level dependencies. We recommend setting up another Docker container for rendering and using remote rendering, see Remote Rendering Using Docker for reference.

If you still want to install the plugin in the Grafana docker image we provide instructions for how to build a custom Grafana image, see Grafana Docker documentation for further instructions.

Configuration

For available configuration settings, please refer to Grafana Image Rendering documentation.

Remote Rendering Using Docker

Instead of installing and running the image renderer as a plugin, you can run it as a remote image rendering service using Docker. Read more about remote rendering using Docker.

Troubleshooting

For troubleshooting help, please refer to Grafana Image Rendering documentation.

Additional information

See docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].