-
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
[Metrics UI] Enhanced host details - Processes #80307
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
@fearful-symmetry could verify that everything's correct? |
@formgeist, @sqren - I think that in 7.11 it would make sense to link this page to the new service overview with a kuery bar filter to match host name and PID. |
I think that makes sense 👍 |
Related to querying APM: #80311 (comment) |
@sqren - I think that since this integration already has a particular PID on particular host, would it make more sense to land in the individual service overview landing page for that service? The user flow would look like this:
|
So given a particular PID, link to a service? We can do that if PIDs are unique across all services. But I'm not sure they are, in which case we could have several services matching the same PID. Perhaps if we combine host + PID it has a higher chance of finding a uniquely matching service? We could make a link like this, that would redirect to the correct service:
|
Agreed. |
Need some guidance on how to format the running time column. A lot of processes I'm running into during testing are active for multiple hours, so I had to chop off the milliseconds display for them. But listing them along with entries that contain milliseconds looks confusing: Should we just drop milliseconds and stick with HH:MM:SS for consistency? Or something else? |
|
Add Properties tab to Enhanced Host Details
Process summary
system.process.summary.dead
system.process.summary.idle
system.process.summary.runnin
system.process.summary.sleeping
system.process.summary.stopped
system.process.summary.total
system.process.summary.zombie
system.process.summary.unknown
Process table
system.process.state
system.process.cmdline
system.process.start_time
system.process.cpu.total.pct
system.process.memory.rss.pct
Expanded process row
system.process.cmdline
(Full name)process.pid
process.ppid
process.args
user.name
system.process.fd.open
View in APM
linkAPM correlation
host.name
,process.pid
,@timestamp
can be used to correlate a process with an APM service, that can place an APM agent language icon beside the process name on the table.The text was updated successfully, but these errors were encountered: