NETOBSERV-1052: Add monitoring dashboard controller to create dashboard configmap#962
Conversation
|
@OlivierCazade: This pull request references NETOBSERV-1052 which is a valid jira issue. DetailsIn 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. |
|
@OlivierCazade there is a verify error - no linkage to new e2e test. |
|
/assign @frobware |
a36bde0 to
3138949
Compare
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
|
/assign |
|
@OlivierCazade: This pull request references NETOBSERV-1052 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.15.0" version, but it targets "openshift-4.14" instead. DetailsIn 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. |
Co-authored-by: Andrew McDermott <frobware@users.noreply.github.com>
398032f to
5560819
Compare
|
@OlivierCazade: This pull request references NETOBSERV-1052 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the epic to target the "4.15.0" version, but it targets "openshift-4.14" instead. DetailsIn 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. |
|
/retest |
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
pkg/operator/controller/monitoring-dashboard/monitoring_dashboard.go
Outdated
Show resolved
Hide resolved
908255f to
d20b06e
Compare
d20b06e to
8bf16bc
Compare
|
/lgtm The EP needs approval. |
|
/retest |
|
/label tide/merge-method-squash Cancelling the hold per: https://redhat-internal.slack.com/archives/C05FWJDFPL4/p1701189670070019?thread_ts=1697538070.044369&cid=C05FWJDFPL4 /hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: frobware The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Note: The Bug# pending. |
|
|
e2e-gcp-operator failed again because |
|
@Miciah: Overrode contexts on behalf of Miciah: ci/prow/e2e-gcp-operator DetailsIn 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. |
|
@OlivierCazade: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-ingress-operator-container-v4.15.0-202311290051.p0.gbd29f8a.assembly.stream for distgit ose-cluster-ingress-operator. |
|
I added some tooling to verify the server response errors here: https://github.com/frobware/openshift-ingress-dashboard-test. |
…rd configmap (openshift#962) * Add monitoring dashboard controller to create dashboard configmap * Apply suggestions from code review Co-authored-by: Andrew McDermott <frobware@users.noreply.github.com> * Corrections from code review * Added graphs in dashboard * Updated graph with per route and per namespace sections * Removed blank lines * Added per shard graphs * Limit each graph to top 10 values * Filtering blank routes and some title changes * Title rewording * Filtering null metrics and metrics without routes in the per shard graph * Addressing PR comments * Changed http error formula * Error rate title wording and filtering out empty route error rate --------- Co-authored-by: Andrew McDermott <frobware@users.noreply.github.com>
This PR add a new controller to manage a configmap to deploy monitoring dashboard.
The configmap is deployed as long as the controlPlaneTopology is not set to external.
The dashboard itself is there as an example but I wanted to open the PR to start getting review on the controller part.
I am going to look more precisely about what would be the most valuable to display in the dashboard.