All Projects → spotify → spotify-heroic-datasource

spotify / spotify-heroic-datasource

Licence: Apache-2.0 License
Heroic datasource for Grafana

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to spotify-heroic-datasource

Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+36953.33%)
Mutual labels:  grafana, tsdb
Redis Timeseries
Future development of redis-timeseries is at github.com/RedisLabsModules/redis-timeseries.
Stars: ✭ 197 (+1213.33%)
Mutual labels:  grafana, tsdb
Questdb
An open source SQL database designed to process time series data, faster
Stars: ✭ 7,544 (+50193.33%)
Mutual labels:  grafana, tsdb
chartjs-plugin-datasource-prometheus
Chart.js plugin for Prometheus data loading
Stars: ✭ 77 (+413.33%)
Mutual labels:  grafana, tsdb
Grafana Diagram
A Grafana plugin to visualize metrics in a diagram using flow charts, gantt charts, sequence diagrams, or class diagrams
Stars: ✭ 310 (+1966.67%)
Mutual labels:  grafana, tsdb
victoriametrics-ru-links
Список постов и видеозаписей об VictoriaMetrics на русском языке
Stars: ✭ 1 (-93.33%)
Mutual labels:  grafana, tsdb
grafana-plugin-template-webpack
Template project for developing plugins for Grafana with Webpack
Stars: ✭ 34 (+126.67%)
Mutual labels:  grafana
whatsapp-tracking
Scraping the status of WhatsApp contacts
Stars: ✭ 49 (+226.67%)
Mutual labels:  grafana
grafana-ng
Grafana on .net core + angular.
Stars: ✭ 51 (+240%)
Mutual labels:  grafana
darksky2influxdb
Stores wheather forcecast data from darkskyapi into a influxdb database
Stars: ✭ 21 (+40%)
Mutual labels:  grafana
grafana
Ansible role to setup Grafana.
Stars: ✭ 28 (+86.67%)
Mutual labels:  grafana
jarvis
🍿 Simple Home Media Stack
Stars: ✭ 28 (+86.67%)
Mutual labels:  grafana
grafana-api-java-client
A simple java client for interacting with Grafana using a fluent interface.
Stars: ✭ 40 (+166.67%)
Mutual labels:  grafana
monasca-docker
Docker files and setup for Monasca
Stars: ✭ 24 (+60%)
Mutual labels:  grafana
questdb.io
The official QuestDB website, database documentation and blog.
Stars: ✭ 75 (+400%)
Mutual labels:  tsdb
epiphany
Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Stars: ✭ 114 (+660%)
Mutual labels:  grafana
kotori
A flexible data historian based on InfluxDB, Grafana, MQTT and more. Free, open, simple.
Stars: ✭ 73 (+386.67%)
Mutual labels:  grafana
octane-exporter
Export Laravel Octane metrics using this Prometheus exporter.
Stars: ✭ 14 (-6.67%)
Mutual labels:  grafana
grafana
Grafana dashboard for Veeam solutions
Stars: ✭ 31 (+106.67%)
Mutual labels:  grafana
serilog-sinks-grafana-loki
A Serilog sink sending log events to Grafana Loki
Stars: ✭ 55 (+266.67%)
Mutual labels:  grafana

spotify-heroic-datasource

Build Status

heroic-datasource-screenshot

The Spotify Heroic datasource is the "official" plugin for Heroic!

It includes:

  • Query builder with suggestions for metrics.
  • Table support.
  • Annotation support.

Compatible with Grafana versions 6.0 -> 6.5.2

This plugin is supersedes the previous Heroic datasource.

Inspiration was taken from the Grafana InfluxDB plugin.

Installation

The recommened way to install the plugin is via the official cli:

grafana-cli plugins install spotify-heroic-datasource

The plugin can also be installed by directly pointing at a release. Useful if you want to test a feature that hasn't been released yet.

grafana-cli --pluginUrl https://github.com/spotify/spotify-heroic-datasource/archive/master.zip plugins install spotify-heroic-datasource

Local Development

To develop locally:

  • yarn install
  • yarn watch

Add the following to your grafana.ini to deploy to your local Grafana instance:

[plugin.spotify-heroic-datasource]
path = /{path-to-spotify-heroic-datasource}

If using Docker, you can mount this repo into the Grafana plugin directory:

docker run -it -p 3000:3000 --name=grafana -v `pwd`/dist:/var/lib/grafana/plugins/spotify-heroic-datasource grafana/grafana

Releasing

Travis will automatically bump the patch version of the plugin, tag the commit and make a GitHub Release.

The commit hash then needs to be appended to repo.json in for it to be installable via the grafana-cli.

Code of Conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

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].