Ty Brown
Ty Brown
I'm not sure about that 2nd exception. As for checking if the metrics are arriving... you can look at `/opt/graphite/storage/log/carbon-cache/*/creates.log` to see if the metrics got created. You should also...
The usage of `kubie exec` is as follows: ```kubie-exec Execute a command inside of the given context and namespace USAGE: kubie exec [OPTIONS] [ARGS]... ``` It looks like you missed...
Looks great... Have you thought about adding a link back to the Seyren Check in the msg... something like: `String checkUrl = seyrenConfig.getBaseUrl() + "/#/checks/" + check.getId();`
@mazurio Given your particular use case, it might be prudent to add a configuration option that would allow the URL to be inserted or left out... As you know, SNS...
@mazurio LGTM! :)
Depending on how many metrics you have that need this, and the load on your Graphite cluster, you may be able to use a movingAverage() function on the metric to...