-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
✨ Enrich Grafana plugin panels #3690
✨ Enrich Grafana plugin panels #3690
Conversation
@Kavinjsir: The
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-kubebuilder-e2e-k8s-1-26-6 |
/test pull-kubebuilder-e2e-k8s-1-27-3 |
/test pull-kubebuilder-e2e-k8s-1-28-0 |
@@ -105,6 +105,62 @@ const controllerRuntimeTemplate = `{ | |||
"title": "Reconciliation Metrics", | |||
"type": "row" | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That shows nice.
I think it would be great if we update the Grafana Plugin docs as well
It seems that we have an image with its result.
Also, what do you think about adding (if not) the metrics used and when they are useful there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@camilamacedo86 Thx for this good reminder!
I tried updated docs in the relative part:
https://deploy-preview-3690--kubebuilder.netlify.app/plugins/grafana-v1-alpha#unfinished-seconds
How would you like this?
"datasource": "${DS_PROMETHEUS}", | ||
"fieldConfig": { | ||
"defaults": { | ||
"mappings": [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we consider having a way to preview the graphs in the CI / GitHub actions before merging this one? So that we can check more efficiently if all is still fine. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to clarify: I am OK to get this merged after we update the docs to reflect the changes.
Btw, thank you a lot for your amazing contribution 🥇
Add panels to show work queue depth, number of workers in use, and unfinished seconds Signed-off-by: tonyjin <[email protected]>
2215c2b
to
65b1201
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, Kavinjsir The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Add panels to show:
Slightly changed panels position for better UI.
Motivation
This PR aims to partially resolve #3651