Skip to content

Commit

Permalink
Merge pull request #98151 from ericharmeling/extend-stmt-details-link…
Browse files Browse the repository at this point in the history
…-ts-window

release-22.2: ui: extend stmt details link timescale window to match txn details link
  • Loading branch information
ericharmeling authored Mar 7, 2023
2 parents dc9de23 + 5c393db commit ac1e1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function StatementDetailsLink(
implicitTxn: insightDetails.implicitTxn,
};
const timeScale: TimeScale = {
windowSize: moment.duration(insightDetails.elapsedTimeMillis),
windowSize: moment.duration(65, "minutes"),
fixedWindowEnd: insightDetails.endTime,
sampleSize: moment.duration(1, "hour"),
key: "Custom",
Expand Down

0 comments on commit ac1e1dd

Please sign in to comment.