Skip to content

Commit

Permalink
BREAKING fix(loki-mixin): rename rules key (#691)
Browse files Browse the repository at this point in the history
Renames the `prometheus_rules` key to `prometheusRules` to comply to the
spec (https://github.com/monitoring-mixins/docs/blob/master/design.pdf)

BREAKING `prometheus_rules` is not available anymore
  • Loading branch information
sh0rez authored and cyriltovena committed Jul 5, 2019
1 parent 420a359 commit 6595d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/loki-mixin/recording_rules.libsonnet
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local utils = import "mixin-utils/utils.libsonnet";

{
prometheus_rules+:: {
prometheusRules+:: {
groups+: [{
name: 'loki_rules',
rules:
Expand Down

0 comments on commit 6595d8d

Please sign in to comment.