Skip to content
Snippets Groups Projects

Draft: Adds Grafana Time Series plugin support

Open Taliesin Millhouse requested to merge tmillhouse/add-dashblocks into master
Compare and Show latest version
3 files
+ 272
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -88,7 +88,7 @@ local basic(
@@ -88,7 +88,7 @@ local basic(
addDataLink(link)::
addDataLink(link)::
self +
self +
ts.panelOptions.withLinksMixin(link),
ts.standardOptions.withLinksMixin(link),
addSeriesOverride(override)::
addSeriesOverride(override)::
self +
self +
@@ -152,9 +152,9 @@ local basic(
@@ -152,9 +152,9 @@ local basic(
],
],
}),
}),
addTarget(target)::
addTarget(target):: self {
self +
targets+: [target],
ts.queryOptions.withTargets(target),
},
};
};
{
{
Loading