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

Differentiate the color of grafana dashboard #154

Closed
kailuowang opened this issue Aug 8, 2016 · 3 comments
Closed

Differentiate the color of grafana dashboard #154

kailuowang opened this issue Aug 8, 2016 · 3 comments
Milestone

Comments

@kailuowang
Copy link
Member

No description provided.

@kailuowang kailuowang added this to the 0.4.0 milestone Aug 8, 2016
@kailuowang
Copy link
Member Author

The color can only be set per alias while our alias is the dispatcher name, there is no easy way to change the whole palette per metric. Closing .

@kailuowang
Copy link
Member Author

actually this can be done through regex, here is the json

 "seriesOverrides": [
            {
              "alias": "/timeout/",
              "color": "#0A50A1"
            }
          ],

@kailuowang
Copy link
Member Author

fixed by #168

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant