wnelson02

Results 3 comments of wnelson02

I am not deploying it to the admin server. in both cases i am deploying it to my html server. (the same server in both instances.) The only difference between...

Yes, it is a WebLogic managed instance. WebLogic Server Version: 12.2.1.3.0. It is a standalone instance. "WLS PATCH SET UPDATE 12.2.1.3.210630"

For anyone else, i ended up adding the metrics together, so i could display it nicer sum(windows_scheduled_task_last_result) by (task, instance) + sum( windows_scheduled_task_state{state="running"} *2 ) by (task, instance) then value...