How to graph a high water mark line or false hard coded flatline in graphite

Asked by Jeremy

I'm looking for a method to add a high water mark line on some graphite graphs.

I mean to set a false entry that is flatline or hard coded in the graphite URL.

This is to help display the point in which we need to be alerted or take action on the server.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Jeremy
Solved:
Last query:
Last reply:
Revision history for this message
Jeremy (jermorse) said :
#1

Seems the use of ConstantLine works.

Takes a float F.

Draws a horizontal line at value F across the graph.

Example:

&target=constantLine(123.456)

There is also an issue with slope vs staircase
https://bugs.launchpad.net/graphite/+bug/1013308