Created
June 22, 2017 08:44
-
-
Save muller/51aac691d4a508e59c3bc2d4584fda56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
, { | |
label: "Nakdi unconsumed events", | |
graphStyle: "stacked", | |
plots: [ | |
{ | |
facet: "unconsumed_events_0", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "0" | |
}, { | |
facet: "unconsumed_events_1", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "1" | |
}, { | |
facet: "unconsumed_events_2", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "2" | |
}, { | |
facet: "unconsumed_events_3", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "3" | |
}, { | |
facet: "unconsumed_events_4", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "4" | |
}, { | |
facet: "unconsumed_events_5", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "5" | |
}, { | |
facet: "unconsumed_events_6", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "6" | |
}, { | |
facet: "unconsumed_events_7", | |
filter: "$serverHost='cats-nua' $logfile='/var/log/scalyr-agent-2/containers/influx.log'", | |
label: "7" | |
} | |
] | |
}, { | |
label: "Nakadi commit group size", | |
plots: [ | |
{ | |
facet: "commit_group_size", | |
filter: "($serverHost = \"cats-nua\") ($logfile = \"/var/log/scalyr-agent-2/containers/influx.log\")", | |
label: "Commit group size" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment