-
Notifications
You must be signed in to change notification settings - Fork 474
[O11y][Azure] Remove suffix from Compute VMs Overview dashboard #9445
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
[O11y][Azure] Remove suffix from Compute VMs Overview dashboard #9445
Conversation
🚀 Benchmarks reportPackage
|
Data stream | Previous EPS | New EPS | Diff (%) | Result |
---|---|---|---|---|
container_service |
250000 | 166666.67 | -83333.33 (-33.33%) | 💔 |
To see the full report comment with /test benchmark fullreport
…ish-elastic/integrations into azure_metrics_remove_suffix
💚 Build Succeeded
History
cc @harnish-elastic |
|
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!
@@ -42,7 +42,7 @@ | |||
"markdown": "### Azure Compute VM \n\n[**Overview**](#/dashboard/azure_metrics-1a151f80-32db-11ea-a83e-25b8612d00cc) | [Guest Windows VM Metrics](#/dashboard/azure_metrics-b6b434c0-feae-11eb-8fff-87871c582eca) | [Guest Linux VM Metrics](#/dashboard/azure_metrics-d8e3c5f0-feaf-11eb-8fff-87871c582eca)", | |||
"openLinksInNewTab": false | |||
}, | |||
"title": "Navigation Compute VM Overview [Azure Metrics]", | |||
"title": "Navigation Compute VM Overview", |
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.
While performing this change we may need to update the integrations which follows similar patterns,

Integrations with similar naming pattern
- Storage Metrics
- Container Instance
- Container Registry and
- Container Service
Similar Issue in Other Azure Metrics Integrations
Performed a random check and in the other metrics integrations dashboard and there are similar issue that needs to be addressed. Please find the dashboard screenshot below,

Lets create a separate PR to address this issue.
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.
@muthu-mps, There is already an issue for update the aggregation for Azure metrics. Let me update that issue with this details. Thank you!
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.
Left a comment to address the similar label issue in other Azure Metrics integrations. Otherwise change looks good!
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
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
Package azure_metrics - 1.4.3 containing this change is available at https://epr.elastic.co/search?package=azure_metrics |
Proposed commit message
[Azure Metrics]
in two panels which becomes inconsistent looking at the other panel titles.Checklist
changelog.yml
file.Related issues
[Azure Metrics]
suffix to the panels titles #7585Screenshots
Before
After