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

feat(observability-lib): legendoptions + improvement on node general dashboard #785

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Atrax1
Copy link
Collaborator

@Atrax1 Atrax1 commented Sep 20, 2024

  • Add LegendOptions for more advanced uses
  • Improvements for Node General Dashboard
    Headtracker row add stat panel with current head
    Update pod filter to job filter

@@ -33,6 +33,28 @@ func newQuery(query Query) *prometheus.DataqueryBuilder {
return res
}

type LegendOptions struct {
Placement common.LegendPlacement
Copy link
Collaborator

Choose a reason for hiding this comment

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

won't this be better?

Suggested change
Placement common.LegendPlacement
Placement common.LegendPlacement `default:common.LegendDisplayModeList`

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes very good idea thanks 👍

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