You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were notified that seyren was causing errors by posting JSON to an external API.
{"tags":["OK","seyren"],"content":" Production Application CPU Usage has entered its OK state - [summarize(graphite.path.to.app, "30sec", "avg"): 40.2125] - 2014-12-09T04:20:20.109Z - http://seyren.orgname","external_user_name":"Seyren”}
As you can see, using double quotes in the Seyren Target: field causes it to send unescaped double quote characters, breaking the JSON
We were notified that seyren was causing errors by posting JSON to an external API.
As you can see, using double quotes in the Seyren Target: field causes it to send unescaped double quote characters, breaking the JSON
Target: exclude(summarize(graphite.path.*.app,"30sec", "avg"), "seyren")
The text was updated successfully, but these errors were encountered: