-
Notifications
You must be signed in to change notification settings - Fork 712
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
Wrong host labels on container nodes #1501
Labels
bug
Broken end user or developer functionality; not working as the developers intended it
Milestone
Comments
2opremio
added
bug
Broken end user or developer functionality; not working as the developers intended it
component/ui
Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
labels
May 12, 2016
Report: report_wrong_node_labels.json.gz |
tomwilkie
removed
the
component/ui
Predominantly a front-end issue; most/all of the work can be completed by a f/e developer
label
May 13, 2016
I don't think its the UI, as the events from the backend have the wrong labels. |
Yeah, in fact if you hit a node endpoint and refresh, you get two different hostnames. |
This definitely doesn't affect the process topology. |
And has nothing to do with k8s. |
This is ECS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note how the container node label reads
ip-172-31-0-5
(in fact all containers do) but the details panel shows (correctly)ip-172-31-0-6
I believe this is a regression (it at least worked on 0.13.1, see the screenshots at #1162 )
Tentatively marked as ui bug
The text was updated successfully, but these errors were encountered: