Sasha_R
(Sasha R)
October 5, 2020, 7:30am
1
Hi guys,
I want to visualize performance of a robot with Dash Plotly (make a graph of how often the robot executed well and how often it had an error for example). I’ve been looking at AppData\Local\UiPath\Logs but I still cant really find that information.
If I look at the Execution.log files it’s literally every stemm the robot did (Found an input field, clicked a button etc).
In Analyzer_Studio files it’s literally the performance of UiStudio, not robots themselves.
Am I missing something?
Srini84
(Srinivas Kadamati)
October 5, 2020, 8:14am
2
@Sasha_R
You can get the logs from the orchestrator easily
Please provide some examples for any particular logs
Hope this helps you
Thanks
Sasha_R
(Sasha R)
October 5, 2020, 8:28am
3
So, I need to use orchestrator for that?
Will it have the “Robot A performed 100 times this week: 75 times without errors, 25 times there was an error.”?
Or can I get this information just from UiPath logs somewhere?
Srini84
(Srinivas Kadamati)
October 5, 2020, 8:43am
4
@Sasha_R
Check below link for your reference
Follow Link
Hope this helps you
Thanks
Sasha_R
(Sasha R)
October 5, 2020, 8:49am
5
But what if I want to use dash plotly and make my own dashboards with it?
Where do I find the raw performance log data?
Srini84
(Srinivas Kadamati)
October 5, 2020, 9:14am
6
@Sasha_R
For raw performance log data, there was no exact log data
You have to search in Orchestrator DB, Logs generated etc.,
Hope this helps you
Thanks
Sasha_R
(Sasha R)
October 5, 2020, 12:35pm
7
What about a .db file in AppData\Local\UiPath\Logs\execution_log_data? Could that be it?
It has a long autogenerated name and a .db extention, but when I try to open it as a db with sqlite3 it says it’s not a db.
Srini84
(Srinivas Kadamati)
October 5, 2020, 12:46pm
8
@Sasha_R
I believe it is a temp file which will read by the UiPath program itself
As these are not officially supported, better to reach technical support of uipath team
They might help you in doing your custom dashboard
Hope this helps you
Thanks