added a max parameter to control the graph y axis per graph#79
added a max parameter to control the graph y axis per graph#79Mmmkayness wants to merge 2 commits intoobfuscurity:masterfrom
Conversation
|
I'm 👍 on the concept, but the implementation looks flawed to me. Shouldn't this default to something like |
|
Please forgive the implementation, it was in haste, and not my forte. I I was digging through my old hacks and thought I'd submit this one. On Friday, January 24, 2014, Jason Dixon notifications@github.com wrote:
|
Presently the y axis maximum on graphs will be dependent on the sample of data in the time period visible to the graph. This optional parameter will allow you to fix the max height per graph.
{
"alias": "pulse-events-per-second",
"target": "pulse.pulse-events-per-second",
"warning": 100,
"critical": 500,
"max": 600
}
While you could set the max to be the critical value, that won't satisfy cases where Tasseo knows that you have a reverse threshold critical (warning higher than critical).