Forum Discussion

kilag's avatar
kilag
New Member
6 years ago

Timeline of Function Execution

Hi !

 

I want to have a report to monitor my function runs. For that, at the end of each function run, I have send to my DatasetStream from the function :

- the name

- the start date

- the end date

- isSuccess (0 or 1)

 

I want to have a timeline visualisation of these execution.

I have try a gantt like that :

With task and Parent as FunctionName, Legend as isSuccess

Issue : each run of function are not on the same row, there is a new one each time. What I want is more like that :

 

Is there a wisual that allow that without any operation on column (because it seems impossible with a stream dataset)

Thanks!

 

PS : image link if the forum doesn't show them :

current report with gantt : https://image.noelshack.com/fichiers/2020/22/3/1590586095-capture2.png

Expected : https://image.noelshack.com/fichiers/2020/22/3/1590586095-capture.jpg 

No RepliesBe the first to reply