Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/bosun: Add normalize switch to graph page to display series on 0-… #1257

Merged
merged 1 commit into from
Aug 18, 2015

Conversation

kylebrandt
Copy link
Member

…100 scale

Each series is displayed on a scale of 0-100. This helps to visually see if there is apparent correlation between metrics with vastly different scales. I tried to other options, d3.power scales and d3.log scales. Power scales weere not effective for getting good correlation views. Log scales don't implement well for ad-hoc graphing. There can't be 0 values, series cannot cross the positive/negative threshold, and negative series must be handled differently.

@kylebrandt
Copy link
Member Author

go generate error is a lie.

@kylebrandt
Copy link
Member Author

Here is what it looks like:

image

Vs

image

…100 scale

Each series is displayed on a scale of 0-100. This helps to visually see if there is apparent correlation between metrics with vastly different scales. I tried to other options, d3.power scales and d3.log scales. Power scales weere not effective for getting good correlation views. Log scales don't implement well for ad-hoc graphing. There can't be 0 values, series cannot cross the positive/negative threshold, and negative series must be handled differently.
@captncraig
Copy link
Contributor

LGTM

@Dieterbe
Copy link
Contributor

@kylebrandt just curious, what correlates on your first screenie? green and blue?

@kylebrandt
Copy link
Member Author

Oh nothing really, those were just metrics with varied scales
On Aug 18, 2015 12:24 PM, "Dieter Plaetinck" [email protected]
wrote:

@kylebrandt https:/kylebrandt just curious, what correlates
on your first screenie? green and blue?


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

kylebrandt added a commit that referenced this pull request Aug 18, 2015
cmd/bosun: Add normalize switch to graph page to display series on 0-…
@kylebrandt kylebrandt merged commit b56a011 into master Aug 18, 2015
@gbrayut gbrayut deleted the percentageGraph branch August 24, 2015 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants