prometheus-rspamd-exporter: fix for new json exporter syntax

This commit is contained in:
Robin Gloster 2021-05-11 14:11:53 -05:00
parent 0a75e25dac
commit da85657a6c
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -13,7 +13,7 @@ let
generateConfig = extraLabels: { generateConfig = extraLabels: {
metrics = (map (path: { metrics = (map (path: {
name = "rspamd_${replaceStrings [ "." " " ] [ "_" "_" ] path}"; name = "rspamd_${replaceStrings [ "." " " ] [ "_" "_" ] path}";
path = "$.${path}"; path = "{ .${path} }";
labels = extraLabels; labels = extraLabels;
}) [ }) [
"actions.'add header'" "actions.'add header'"