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

[CONTP-382] Updating dashboards to use grouping and validation widget #18919

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

Conversation

gabedos
Copy link
Contributor

@gabedos gabedos commented Oct 25, 2024

What does this PR do?

Updates the Datadog Cluster Agent - Overview dashboard.

  • Adds grouping to widgets on related widgets CONTP-429
  • Adds new validation_attempts metric widget CONTP-382

Motivation

  1. Make easier for user to view the DCA Dashboard in different screen sizes by using groups to maintain the display/order of widgets together.
  2. Include newly added telemetry into the dashboard to make it easier to users to debug validation webhook

Review checklist (to be filled by reviewers)

  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

Note: the two added widgets were at the bottom called Successful validation_attempts and Failed validation_attempts
dddev datadoghq com_dashboard_r2z-938-2ci_fromUser=true refresh_mode=paused from_ts=1729878642253 to_ts=1729879542253 live=false

"type": "timeseries",
"requests": [
"title": "Cluster Check Runners",
"background_color": "white",
Copy link
Member

Choose a reason for hiding this comment

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

is there a reason why the background color for this is not gray?

image
Suggested change
"background_color": "white",
"background_color": "gray",

"definition": {
"type": "note",
"content": "Overview",
"content": "Cluster Checks",
Copy link
Member

Choose a reason for hiding this comment

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

is the reason this is not a group because you can't have widget groups inside groups? would have been nice to have Overview look the same as Cluster Checks as before

"value": 72
"id": 7089651226858956,
"definition": {
"title": "Successful validation attempts per minute by type",
Copy link
Member

Choose a reason for hiding this comment

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

nit: is there a reason these graphs are named differently i.e. Successful ... per minute by type vs Failed ... by type per minute?
same applies for the mutation attempts graphs

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

Successfully merging this pull request may close these issues.

2 participants