-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 Monitoring UI] Verify that pods and container detail page works #128639
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
Just had this happen to me on a Host page as well, but it's not persistent. |
What happens with For Now for What I have found is that we want to get kubernetes containers metric info, but we only have inventory models for docker containers, so the existing logic will try to get the data from what's configured for node type |
@crespocarlos That makes a lot of sense, it's similar in theme to #133125 (but in reverse). @jasonrhodes This is a bit of an odd place to find ourselves in. For APM I think the main use case is containers in Kubernetes, that's why the original issue for this called out the Kubernetes fields for containers. So should we do #133125 as well as create a new issue to extend the Node details page with a Kubernetes mode? |
Good questions. I'm nervous about trying to solve this on its own when it's so intricately tied into the relationships in the entity model discussions. But I also don't want to bottleneck everything around that effort, either. Can one of you create a ticket of type: Epic that documents "Relationship problems between infrastructure entities" or something like that, and link to the various tickets and conversations that we've been uncovering lately? It doesn't need to be in progress yet but I'll use that as a tracking ground. I don't think there's a ton we can do yet on it but at least we won't lose track of these things and can circle back to them asap once my entity model work moves forward a bit more. If anyone has ideas for quick wins, those are absolutely welcome, as well. |
Here is the epic: https://github.com/orgs/elastic/projects/664/views/23 (first time creating an epic, please let me know if it's ok). I was thinking about configuring the fields in |
I've created a follow up ticket to address the problem with k8s container details page: #134467 |
While developing the metrics tables (which link to the node detail pages via the link-to routes) I noticed that the page for container details was empty and the page for pod details was throwing errors.
Since it was out of scope for my work and I suspected it could have been due to the data I had in my cluster I left it alone but it would be great to verify that those links/pages actually work.
The text was updated successfully, but these errors were encountered: