Skip to content

Commit fe0f55c

Browse files
committed
Use camcelCase for mixins.
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 26cba93 commit fe0f55c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

consul-mixin/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
prometheus_alerts+:: {
2+
prometheusAlerts+:: {
33
groups+: [{
44
name: 'consul',
55
rules: [

consul-mixin/dashboards.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local panel_settings = {
1212
};
1313

1414
{
15-
dashboards+:: {
15+
grafanaDashboards+:: {
1616
'consul.json':
1717
g.dashboard('Consul')
1818
.addTemplate('job', 'consul_up', 'job')

jaeger-mixin/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local percentErrsWithTotal(metric_errs, metric_total) = '100 * sum(rate(%(metric
99
};
1010

1111
{
12-
prometheus_alerts+:: {
12+
prometheusAlerts+:: {
1313
groups+: [
1414
{
1515
name: 'jaeger_alerts',

jaeger-mixin/dashboards.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local g = (import 'grafana-builder/grafana.libsonnet') + {
2828
};
2929

3030
{
31-
dashboards+: {
31+
grafanaDashboards+: {
3232
'jaeger-write.json':
3333
g.dashboard('Jaeger / Write')
3434
.addRow(

memcached-mixin/dashboards.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local g = (import 'grafana-builder/grafana.libsonnet');
22

33
{
4-
dashboards+: {
4+
grafanaDashboards+: {
55
'memcached.json':
66
g.dashboard('Memcached')
77
.addMultiTemplate('cluster', 'memcached_commands_total', 'cluster')

0 commit comments

Comments
 (0)