sap-contributions / eclipse-tractusx_tutorial-resources

Apache License 2.0
1 stars 3 forks source link

Bug: Not all Tier-files are displayed #13

Closed JanisKretschmann closed 3 months ago

JanisKretschmann commented 3 months ago

If the Tier files are to be aggregated as input by the Python script, sometimes only 3 files are aggregated for some parameters instead of the 4 files provided in Plotly.

JanisKretschmann commented 3 months ago

I further analyzed the errors in the visualization and here are the details:

Process(es): OEM Verify Negotiation State, (OEM Verification Transfer State) Error: No visualization, despite the fact that the values are >0 Reason: Visualization is based on median values - e.g. the maximum response time for Tier 3 e.g. is 67 ms, but the median is still 0

Process(es): Fleet Query Catalog Error: No visualization of Tier 2 despite a specific value Reason: Incorrect Y-scaling due to high differences between Tier 2 (e.g. 252 ms) and Tier 3 (e.g. 1724 ms)

Process(es): Get Negotiation State, Fleet Initiate Negotiation, Fleet Negotiation Complete, Fleet Transfer Complete, Fleet Initiate Transfer, Fleet Get Negotiation Error: No visualization of Tier 5 Reason: There is no data for this intermediate process in Tier 5 (not even the process is mentioned in the metadata)

Process(es): Fleet Verify Negotiation State, (Fleet Verify Transfer State) Error: No visualization of all tiers and tier 5 is not even listed Reason: Visualization is again based on median values, which are 0, for Tier 5 there is no data on the process

The values are also all the same due to the basis of the median value, e.g. for OEM Get Supplier Asset.

alexandrudanciu commented 3 months ago

Janis provided another review and the mentioned errors were fixed