Matt

Results 8 issues of Matt

First, thanks for making this, I'm in the early stages of a custom TSDB -> prometheus based TSDB evaluation for a platform that does ~9M metrics/sec currently, and load testing...

Add a prometheus plugin module which can scrape a list of endpoints for metrics to re-emit, with the normal tagging and filtering applied.

type:enhancement

Need tests around http module to avoid future regressions.

level:intermediate
type:chore

All heroic query "features" can the turned on or off at query time(use a - to turn off a default on feature): ```json "features": ["com.spotify.heroic.distributed_aggregations","-com.spotify.heroic.shift_range"] ``` We should support enabling/disabling...

In Grafana 6.6 and above, hidding a query with the Heroic datasource no longer "runs" the query. When using the metaQuery plugin, users frequently hide queries to only show the...

type:bug

Currently the Heroic Datasource does not support "Explore" in grafana. Should be supported and functional for Grafana 7.x

type:bug
type:enhancement

When trying to create a variable from a query, the UI throws: `Templating Template variables could not be initialized: this.metricFindQuery(...).then is not a function` and the query builder is just...

type:enhancement

Looks like the pubsub sink was restricted to logs only as part of a wide change, but does not need to be. This simply removes that restiction.

domain: sinks
meta: awaiting author