-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Consul] Asset revamp #17064
[Consul] Asset revamp #17064
Conversation
@@ -0,0 +1,1010 @@ | |||
{ | |||
"title": "Consul Overview (new)", |
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.
"title": "Consul Overview (new)", | |
"title": "Consul Overview", |
I think
"name": "Consul errors", | ||
"type": "logs", | ||
"page": "stream", | ||
"query": "source:consul status:error", |
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.
in other integrations we also have an "overview" one that just "query": "source:consul",
, do you think we should add it too?
"show_tick": true, | ||
"tick_pos": "50%", | ||
"tick_edge": "top", |
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.
Hmm I wonder what this does? 🤣
The |
f6fec5c
to
f1a9b43
Compare
Created DOCS-7395 for docs review. |
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.
Approved with a very minor suggestion, thanks!
"name": "Consul errors", | ||
"type": "logs", | ||
"page": "stream", | ||
"query": "source:consul ", |
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.
"query": "source:consul ", | |
"query": "source:consul", |
* Consul asset revamp * fix monitor status widget and about sections * add aggregation by host to widgets * add consul logs overview * touch up 4ab7726
* Consul asset revamp * fix monitor status widget and about sections * add aggregation by host to widgets * add consul logs overview * touch up
What does this PR do?
This PR adds a new OOTB dashboard for Consul. It also adds a new monitor and logs saved view
Motivation
https://datadoghq.atlassian.net/browse/AI-3763
https://datadoghq.atlassian.net/browse/AI-3781
https://datadoghq.atlassian.net/browse/AI-3759
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.