Plugins 〉Streamr


Developer

Sergej Müller

Sign up to receive occasional product news and updates:


Grafana Cloud
Grafana Cloud
  • Grafana, of course
  • 10k series Prometheus metrics
  • 50 GB logs
  • 50 GB traces
  • 2,232 app o11y host hours
  • ...and more
Create free account

No credit card needed, ever.


Data Source
community

Streamr

  • Overview
  • Installation
  • Change log
  • Related content

Streamr data source

Streamr data source plugin for Grafana

Beam any Streamr stream to Grafana. Configure and visualize streamed data.

Features

  • Any permission-granted Streamr stream as data source
  • Stream ID optional on plugin settings, can be defined as query
  • Detection of field types *
  • Data source health check on save

Installation

  • Go to ConfigurationData Sources
  • Click Add data soruce
  • Select Streamr as data source
  • Enter Private Key and Stream ID (optional)
  • Click Save & Test

From now on Streamr can be selected as data source:

  • Go to DashboardNew panel
  • Select Streamr as Query source

Notes

  • Streamr field types aren't compatible to Grafana field types

Installing Streamr on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install Streamr from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.

Changelog

1.5.0 (2021-05-03)

  • Resend data points based on Grafana dashboard time range

1.4.0 (2021-03-26)

  • Signed version

1.3.0 (2021-03-11)

  • Stream ID as query param
  • Code refactoring

1.2.2 (2021-02-05)

  • Add screenshots

1.2.1 (2021-02-05)

  • Remove versioning from release.yml

1.2.0 (2021-02-05)

  • Add ci.yml and release.yml

1.1.0 (2021-02-05)

  • Move privateKey to secureJsonData
  • Add handling for sessionToken
  • Add tryCatch to Streamr response
  • Add grafanaDependency to plugin.json

1.0.0 (2021-02-04)

  • Initial release