-
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
Enhance the details pane #68
Conversation
Addresses #21 |
784e1a2
to
bdc6ee2
Compare
Steps to get a piece of data into the detail pane:
|
@tomwilkie ready for review, I think. This isn't a beautiful implementation but it'll do. |
{Key: "PID", ValueMajor: node["pid"], ValueMinor: ""}, | ||
{Key: "Process name", ValueMajor: node["name"], ValueMinor: ""}, | ||
} | ||
if val, ok := node["docker_id"]; ok { |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Other than that one comment, LGTM. Will definitely need a rebase and squash - we don't want merge commits, gofmt fixes, circle debugging etc. I would squash into one. |
aac1fe1
to
2d5f58e
Compare
Problem with the table approach I suggested; ordering is not stable. |
D'oh. Will fix. |
This PR will enhance the details struct (and thereby the details pane) with details from the origin atom (process, IP), specifically stuff like cgroup names, Docker container info, etc.