Draw points on a graph with lineMode=connected

Asked by Matthew Gantz

I am trying to put together some graphs that will display timeseries data, but will 'highlight' certain points that exhibit some characteristic (e.g. over a threshold). Currently I am accomplishing this by sending the timeseries as one metric, and sending the interesting datapoints as a seperate metric. I am hoping to draw the second metric as large dots overlaid on top of the first metric.

Has anyone done anything like this? My thought was that I would need to write a new function to do this, but I'm not 100% sure where I would get started doing this.

Question information

Language:
English Edit question
Status:
Answered
For:
Graphite Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Nicholas Leskiw (nleskiw) said :
#1

You can draw a threshold line on the graph with the threshold() function, I
think...

-Nick

On Tue, Apr 10, 2012 at 5:50 PM, Matthew Gantz <
<email address hidden>> wrote:

> New question #193247 on Graphite:
> https://answers.launchpad.net/graphite/+question/193247
>
> I am trying to put together some graphs that will display timeseries data,
> but will 'highlight' certain points that exhibit some characteristic (e.g.
> over a threshold). Currently I am accomplishing this by sending the
> timeseries as one metric, and sending the interesting datapoints as a
> seperate metric. I am hoping to draw the second metric as large dots
> overlaid on top of the first metric.
>
> Has anyone done anything like this? My thought was that I would need to
> write a new function to do this, but I'm not 100% sure where I would get
> started doing this.
>
> --
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
Matthew Gantz (mattgantz) said :
#2

I'm not looking to draw the threshold, I'm looking to draw discrete points.

Revision history for this message
Matthew Gantz (mattgantz) said :
#3

To further clarify, the 'connected' lineMode makes all series on the graph show as continuous. I would like to display both discrete and continuous data on the same axes. This could be accomplished if lineMode only applied to one series, rather than the entire graph.

Revision history for this message
Nicholas Leskiw (nleskiw) said :
#4

There's no way to currently do that.
Please add a feature request.

Can you help with this problem?

Provide an answer of your own, or ask Matthew Gantz for more information if necessary.

To post a message you must log in.