Conversation
|
This PR does not modify any files shipped with the agent. To help streamline the release process, please consider adding the |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: acef9525bc
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "hide_zero_counts": true, | ||
| "show_status": true, | ||
| "last_triggered_format": "relative", | ||
| "query": "tag:(createdby:billcain) * $interface *", |
There was a problem hiding this comment.
Remove hard-coded monitor creator filter
The new monitor summary query is constrained to createdby:billcain, which means the “Alerts sorted by severity” widget will only show monitors created by that specific user; in any other Datadog org (or even this org after ownership changes), the widget will appear empty and hide active alerts. This is a functional regression for the dashboard’s default experience and should be replaced with a reusable scope filter (or no creator filter).
Useful? React with 👍 / 👎.
victorsprengel
left a comment
There was a problem hiding this comment.
Is datadog_demo_keep:true intentional here?
@victorsprengel no it is not, let me change that |
Review from victorsprengel is dismissed. Related teams and files:
- network-device-monitoring-core
- snmp/assets/dashboards/datacenter_overview.json
Validation ReportAll 20 validations passed. Show details
|
What does this PR do?
Making a few dashboard changes to the "Network Device Monitoring" OOTB Dashboard found in the dashboards dropdown. I had originally updated all the updated NDM OOTB dashboards, but for this specific one, the "Network Overview" is missing widgets since I made it a powerpack. I am adding those widgets back in this PR.
Found here:

Before:

After:

Review checklist (to be filled by reviewers)
qa/skip-qalabel if the PR doesn't need to be tested during QA.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged