Skip to content
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

How can Prometheus monitor Windows processes with the same process name? #916

Closed
jihaojieu opened this issue Jan 13, 2022 · 2 comments
Closed
Labels

Comments

@jihaojieu
Copy link

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.

@breed808
Copy link
Contributor

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.

Copy link

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.

@github-actions github-actions bot added the Stale label Nov 25, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants