Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Overlay plot #985

Closed
pmonestie opened this issue May 22, 2015 · 4 comments
Closed

Overlay plot #985

pmonestie opened this issue May 22, 2015 · 4 comments

Comments

@pmonestie
Copy link

Hi there,
I was wondering if there is a way to do an overlay plot with Bosun? Like a week on week plot of say request per seconds
Thanks in advance and keep up the good stuff with bosun :)

@d10v
Copy link
Contributor

d10v commented May 26, 2015

Hello, @pmonestie .

I've did a little bit of research on that topic. There's actually a lot of feature requests for it not only for Bosun, but for Grafana etc. Best effort solution for now is to use Grafana dashboards with "Time Shift" feature https://i.imgur.com/dMq8clP.png so you'll have 2 dashboards (one for current period, one with shifted one). Per-metric time shift on one graph is not currently implemented. That shouldn't be very hard to code though. Grafana is probably better suited for such functionality.

@pmonestie
Copy link
Author

Hi Dmitry,
I finally did try grafana with openTSDB - The problem though is as you said
grafana does not allow a different timeshift for every metrics, so as you
said it has to be done on 2 dashboard - Much less convenient - I would
think a lot of people would want that, I'll ask the grafana people.
On the flip side setting up an alert based on Week on Week computation with
Bosun was very easy :)
pierre

On Tue, May 26, 2015 at 2:48 PM, Dmitry V. Medvedev <
[email protected]> wrote:

Hello.

I've did a little bit of research on that topic. There's actually a lot of
feature requests for it not only for Bosun, but for Grafana etc. Best
effort solution for now is to use Grafana dashboards with "Time Shift"
feature https://i.imgur.com/dMq8clP.png so you'll have 2 dashboards (one
for current period, one with shifted one). Per-metric time shift on one
graph is not currently implemented. That shouldn't be very hard to code
though. Grafana is probably better suited for such functionality.


Reply to this email directly or view it on GitHub
#985 (comment)
.

@kylebrandt
Copy link
Member

Yes I built a Grafana dashboards like this and that isn't as useful as a
week over week style graph....

Working in bar / histogram charts currently, maybe this can be next for
visualization in bosun
On Jun 16, 2015 2:19 PM, "pmonestie" [email protected] wrote:

Hi Dmitry,
I finally did try grafana with openTSDB - The problem though is as you said
grafana does not allow a different timeshift for every metrics, so as you
said it has to be done on 2 dashboard - Much less convenient - I would
think a lot of people would want that, I'll ask the grafana people.
On the flip side setting up an alert based on Week on Week computation with
Bosun was very easy :)
pierre

On Tue, May 26, 2015 at 2:48 PM, Dmitry V. Medvedev <
[email protected]> wrote:

Hello.

I've did a little bit of research on that topic. There's actually a lot
of
feature requests for it not only for Bosun, but for Grafana etc. Best
effort solution for now is to use Grafana dashboards with "Time Shift"
feature https://i.imgur.com/dMq8clP.png so you'll have 2 dashboards (one
for current period, one with shifted one). Per-metric time shift on one
graph is not currently implemented. That shouldn't be very hard to code
though. Grafana is probably better suited for such functionality.


Reply to this email directly or view it on GitHub
<
https://github.com/bosun-monitor/bosun/issues/985#issuecomment-105513338>
.


Reply to this email directly or view it on GitHub
#985 (comment)
.

@pmonestie
Copy link
Author

I would vote for it :)
At my previous company (LinkedIn) all graph we used had WoW overlay: It's
such an easy way to detect something wrong in a system to compare with last
week or last 24h data. Bosun does the job as the alerting system supports
comparing WoW, though having it in graph would be awesome.
Anyway maybe I'll try to 'hack' grafana or Bosun to get this...

On Tue, Jun 16, 2015 at 11:25 PM, Kyle Brandt [email protected]
wrote:

Yes I built a Grafana dashboards like this and that isn't as useful as a
week over week style graph....

Working in bar / histogram charts currently, maybe this can be next for
visualization in bosun

On Jun 16, 2015 2:19 PM, "pmonestie" [email protected] wrote:

Hi Dmitry,
I finally did try grafana with openTSDB - The problem though is as you
said
grafana does not allow a different timeshift for every metrics, so as you
said it has to be done on 2 dashboard - Much less convenient - I would
think a lot of people would want that, I'll ask the grafana people.
On the flip side setting up an alert based on Week on Week computation
with
Bosun was very easy :)
pierre

On Tue, May 26, 2015 at 2:48 PM, Dmitry V. Medvedev <
[email protected]> wrote:

Hello.

I've did a little bit of research on that topic. There's actually a lot
of
feature requests for it not only for Bosun, but for Grafana etc. Best
effort solution for now is to use Grafana dashboards with "Time Shift"
feature https://i.imgur.com/dMq8clP.png so you'll have 2 dashboards
(one
for current period, one with shifted one). Per-metric time shift on one
graph is not currently implemented. That shouldn't be very hard to code
though. Grafana is probably better suited for such functionality.


Reply to this email directly or view it on GitHub
<
#985 (comment)

.


Reply to this email directly or view it on GitHub
<
https://github.com/bosun-monitor/bosun/issues/985#issuecomment-112572505>

.


Reply to this email directly or view it on GitHub
#985 (comment)
.

kylebrandt added a commit that referenced this issue Feb 16, 2016
This adds the ability to graph multiple seriesSets in expression graphs, and also graph things like week-over-week. Fixes #985
kylebrandt added a commit that referenced this issue Feb 16, 2016
This adds the ability to graph multiple seriesSets in expression graphs, and also graph things like week-over-week. Fixes #985
tkrajca pushed a commit to RepositPower/bosun that referenced this issue Mar 6, 2016
This adds the ability to graph multiple seriesSets in expression graphs, and also graph things like week-over-week. Fixes bosun-monitor#985
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants