newrelic / nr-labs-pathpoint

Mapping business flow to telemetry signals
Apache License 2.0
1 stars 2 forks source link

Flow View: Trend Lines #437

Open aso1124 opened 1 month ago

aso1124 commented 1 month ago

Add a trend line view to the main flow listing.

Our current idea:

Is to have a segmented bar for each Stage, representing the aggregate stage status for the chunk of time represented by each segment.

The period for the trend line will be based on a static set of selections: e.g. 1 day, 7 days, 1 month Each selection will result in a fairly coarse-grained set of segments: e.g. 1 day = 3 hours segments; 7 days = 1 day; 1 month = 5 days (or something like that).

Each segment can be clickable, taking the user into the playback mode for the period represented by that segment.

aso1124 commented 1 week ago

We are going to simplify the approach for the initial release: Trendline will be a configurable setting on the Flow level. It's a simple on/off If on, the trendline will show above the stages (same as playback) Trendline will show 7days and use 3 hour segments Clicking a segment will open playback for that segment.