-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Infra UI] Display cloud metrics on the node detail page #39282
Comments
Pinging @elastic/infra-logs-ui |
@hbharding we should talk about this once we understand what metrics we are bringing back from the metrics query |
AWS metrics are documented here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/viewing_metrics_with_cloudwatch.html |
FYI: these are the metrics that I see in AWS' CloudWatch interface: and these are the metrics that we get through the
|
Looks aligned with the docs on EC2 metricset. Are we also looking into |
The node detail page is node-specific, i.e. there is not much to filter as we're already showing one specific instance, but we could definitely show the tags. We currently have no designs how to show non-timeseries / non-metric data on the node detail page in general, but that doesn't mean it's not possible. |
Agreed. Simply showing tags for a given instance can be a good start. If tags are clickable, they can be helpful for users to see what other resources have the same tag (redirecting to a respective Map/Table view). Generally tags have many applications. |
Depends on #39280 and #39281
For AWS instances we would like to show metric data from the
aws
module, if available, together with othermetricbeat
data on the node detail page.This task is to use the changed
metadata
andmetrics
endpoints on the node detail page to request and display cloud metrics when they are available.This depends on #39280 and #39281 being implemented.
The text was updated successfully, but these errors were encountered: