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

Support different color palettes and allow applying them via series overrides #12632

Closed
discordianfish opened this issue Jul 17, 2018 · 3 comments

Comments

@discordianfish
Copy link
Contributor

I'd love grafana to eventually solve an issue that I come across pretty much always when building dashboards:

In a graph, I have multiple timeseries that belong to different 'groups' of things. For example take a request rate graph split out by status code. Currently grafana would just pick random(?) colors from the palette for each status code.

Yet, we know that different ranges mean different things: 200-299 = okish, 400-499 = something missing, 500-599 = something broken. It would be great if I could somehow define these groups and have grafana be smarter about how to color them.

One way to solve this would be to add support for custom color palettes and allow changing this via the series override, which would allow me to say for the regexp ^2..$ use palette "greens".

There are probably other ways and I don't care much about the specific implementation, but I think there should be something in grafana to help with this.

@discordianfish
Copy link
Contributor Author

Another solution would be to introduce a tint color and have an alternative greyscale palette, that would be good enough for my use cases.

@torkelo
Copy link
Member

torkelo commented Jul 17, 2018

similar to #4555 so closing this

@torkelo torkelo closed this as completed Jul 17, 2018
@CME64
Copy link

CME64 commented May 15, 2019

The feature is there and just needs voting, here is the request:
#17092

And here is the PR:
#17076

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

No branches or pull requests

3 participants