3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Commit Graph

11 Commits

Author SHA1 Message Date
Kyle Brandt
e16637793d
Alerting: Add labels to name when converting data frame to series ()
* also move conversion func to alerting package since it is not used in other places

Fixes 
2020-10-09 08:21:16 -04:00
Kyle Brandt
1778e9f034
Alerting: remove LongToWide call in alerting ()
causing issues and currently as we use it, the query
should be requesting it as part of the query model via fromat as time series
fixes 
2020-08-24 10:05:52 -04:00
Kyle Brandt
f432e153ca
Dataframe/Alerting: to tsdb.TimeSeriesSlice - accept "empty" time series ()
this is in order to trigger no data when used with alerting.
fixes .

This is perhaps better solved in the SDK but that needs more thought and is tracked in 
2020-08-12 12:30:45 -04:00
Arve Knudsen
41d432b5ae
Chore: Enable whitespace linter ()
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-07-06 20:17:28 +02:00
Kyle Brandt
80e1191ca0
Backend Plugins: (breaking change) Add PluginContext ()
* breaking change for newer backend plugins
* use exported protobuf converters and sdk types to reduce duplicate code
* uses grafana-plugin-sdk-go@v0.54.0
2020-04-23 14:08:21 -04:00
Kyle Brandt
5153673884
BackendPlugins: update to sdk v0.42.0
misc cleanup
2020-04-09 15:47:30 -04:00
Kyle Brandt
0e09a3fe15
Alerting: support alerting on data.Frame (that can be time series) ()
data.Frame (that can be series) are converted to as tsdb.TimeSeriesSlice - so new backend plugins can be shimmed into existing alerting

use sdk v0.31.0
2020-03-18 10:30:07 -04:00
Kyle Brandt
73c4bef70f
Dependency: sdk's dataframe package renamed to data ()
* use sdk 0.24.0
2020-03-10 15:42:15 -04:00
Kyle Brandt
4afd40018b
transform: update to use sdk with frame.labels moved to frame.[]field.labels ()
sdk v0.4.0
2019-11-26 13:28:16 -05:00
Kyle Brandt
c9309edbb0
transform: changes to support sdk v0.2.0 ()
and update vendor
2019-11-18 11:40:40 -05:00
Sofia Papagiannaki
fc08c26025 WIP: Spawn backend plugins v2 ()
* WIP: Spawn backend plugins v2

* Add test for plugin version

* Fix support for SDK plugins

Co-authored-by: Kyle Brandt <kyle@kbrandt.com>
Co-authored-by: Marcus Olsson <olsson.e.marcus@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>

* WIP: Draft PR for fork of V2 sdk / bi-directional support ()

* temporary use export-datasource-plugin branch of grafana-plugin-sdk

* fix failing test

* remove debug (spew) lines

* misc cleanup

* add expressions feature toggle

* use latest grafana-plugin-sdk-go
2019-10-24 17:15:27 +02:00