Skip to content

Commit 3e0601c

Browse files
authored
Merge pull request #1835 from jrha/cleanup-metaconfig-graphite
ncm-metaconfig: graphite: Fix wrapping and indentation in pan
2 parents f9c34e6 + 1da96ec commit 3e0601c

File tree

1 file changed

+2
-2
lines changed
  • ncm-metaconfig/src/main/metaconfig/graphite/pan

1 file changed

+2
-2
lines changed

ncm-metaconfig/src/main/metaconfig/graphite/pan/cache.pan

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ prefix "/software/components/metaconfig/services/{/etc/carbon/storage-schemas.co
1414
"name", "carbon",
1515
"pattern" , '^carbon\.',
1616
"retentions", list("60:90d"),
17-
);
17+
);
1818

1919
# last rule, change the index!!
2020
"main/1" = dict(
2121
"name", "default",
2222
"pattern" , ".*",
2323
"retentions", list("60s:7d", "1h:90d"),
24-
);
24+
);

0 commit comments

Comments
 (0)