01 Feb 2024 05:38 AM
Hi, I want to view metrics of only 1 process by filtering by it's process id. However it is not able to find any data w.r.t this process. Is there a way I can achieve this? The process id exists as seen in the below screenshot.
Solved! Go to Solution.
01 Feb 2024 08:00 AM - edited 01 Feb 2024 08:00 AM
Hi @Mik
As much as possible you can do it. You can prepare such a view with Data Explorer. You need to set for the selected metric Splitting by processes and in the filter you indicate the process name.
https://docs.dynatrace.com/docs/observe-and-explore/explorer
Radek
01 Feb 2024 08:35 AM
Hi,
In data explorer process.ID is something different than you used here. Id you can find when you enter process, then in URL you can extract it and put in data explorer as process.ID 🙂
Best regards
01 Feb 2024 10:33 AM
Thanks a lot for quick response!
Is there a way to query the process by its PID based on the process id generated on the host machine?
The reason I am asking this is because I am having many processes having the same process name, to individually go to each process to find out which one I am looking for, get it's id from the URL and then use it in the dashboard filter seems a bit of a tedious task😅.
01 Feb 2024 11:04 AM
You can use an advanced mechanism to group processes: https://docs.dynatrace.com/docs/platform-modules/infrastructure-monitoring/process-groups/configurat....
You will be able to build a process detection rule to suit your needs.