We've initiated the process of incorporating deployment information into Compass, aiming to generate a visualization in a component's activity timeline akin to the one depicted below on the Compass site. This visualization features the commencement and conclusion of a deployment delineated by a green line.
I've attempted two methods to achieve this, both without success. Initially, I endeavored to utilize the 'startedAt' and 'completedAt' timestamps within the deployment event in the JSON payload, specifically when the state was 'SUCCESSFUL'. Additionally, I experimented with sending two distinct events: one denoting the state 'IN PROGRESS' with the 'lastUpdated' timestamp indicating the start time, and another event denoting the state 'SUCCESSFUL' with the 'lastUpdated' timestamp marking the completion time. However, it appears that only the conclusion time is being recorded, represented by a single solid green tick, rather than a line connecting the two points as illustrated in the visualization below.
Could you advise if there's an aspect I might be overlooking?
Thanks,
Matthew
Hey Matthew - sorry, but your image(s) didn't come through. Can you try adding them again?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.