We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43da88d commit fdf0219Copy full SHA for fdf0219
clickhouse-mixin/panels.libsonnet
@@ -1,16 +1,10 @@
1
local g = import './g.libsonnet';
2
local commonlib = import 'common-lib/common/main.libsonnet';
3
-local utils = commonlib.utils;
4
5
{
6
new(this)::
7
8
local t = this.grafana.targets,
9
- local stat = g.panel.stat,
10
- local fieldOverride = g.panel.table.fieldOverride,
11
- local alertList = g.panel.alertList,
12
- local pieChart = g.panel.pieChart,
13
- local barGauge = g.panel.barGauge,
14
15
interserverConnectionsPanel:
16
commonlib.panels.generic.timeSeries.base.new(
0 commit comments