You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have two Python processes on my Windows computer, taskList doesn't tell them apart, but Windows's built-in performance counters do. I then tried to monitor both processes using Python #1 and Python #2 respectively, but Prometheus still only found monitoring data for one process named Python.
The text was updated successfully, but these errors were encountered:
Could you provide more context on the issue? When you say that monitoring data is only found for one process, are you implying only a single Python process is being exposed?
Are the Python commands identical? What command flags are being passed to the exporter, and is there any relevant output from the exporter?
The process collector will expose metrics for duplicate process names, as the process ID and creating process IDs are included as flags.
This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs.
If I have two Python processes on my Windows computer, taskList doesn't tell them apart, but Windows's built-in performance counters do. I then tried to monitor both processes using Python #1 and Python #2 respectively, but Prometheus still only found monitoring data for one process named Python.
The text was updated successfully, but these errors were encountered: