[InfraUI] Use container IDs instead of names for grouping, filtering and linking #26359
Closed
6 of 7 tasks
Labels
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v6.6.0
container.name
andkubernetes.pod.name
are not guaranteed to be unique across an installation. We'll need to use ids when grouping, filtering and linking to other pages across the logs ui, waffle map, node details and eventually the APM UI. See also #25939.It would still be convenient if the Node details page showed
container.name
orkubernetes.pod.name
as a friendly way to identify the current node, instead of showing only the raw ID. Since this issue is about changing the UIs to use IDs for grouping, filtering and linking, showing the friendly names would probably require the UI to have functionality to look up the name from a given ID.Rough checklist to get us started (feel free to add/edit):
waffle map
container.id
/kubernetes.pod.uid
container.id
/kubernetes.pod.uid
container.id
/kubernetes.pod.uid
logs
container.id
/kubernetes.pod.uid
container.id
/kubernetes.pod.uid
node details
container.id
/kubernetes.pod.uid
container.id
/kubernetes.pod.uid
The text was updated successfully, but these errors were encountered: