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

Fix missing legends in PromGraph #130

Merged
merged 1 commit into from
Jun 15, 2018
Merged

Fix missing legends in PromGraph #130

merged 1 commit into from
Jun 15, 2018

Conversation

bboreham
Copy link
Contributor

Fix the bug whereby all legends are missing from PromGraph panels.

The bug was caused by legendFormat moving from the 2nd to 3rd positional parameter of Graph.
So I just named all the parameters to avoid hitting this again.

'legendFormat' has moved from the 2nd to 3rd positional parameter, so
just name all the parameters to avoid hitting this again.
@bboreham bboreham force-pushed the fix-promgraph-legend branch from 152aa17 to d3f1b11 Compare June 14, 2018 19:38
@bboreham bboreham changed the title Use named parameters in PromGraph call to Target Fix missing legends in PromGraph Jun 14, 2018
Copy link
Contributor

@jml jml left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bonzer. Thanks.

@jml jml merged commit 17f7762 into master Jun 15, 2018
@jml jml deleted the fix-promgraph-legend branch June 15, 2018 09:15
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.

2 participants