Skip to content

Commit

Permalink
[APM] Increase Logstream height (#85913) (#85959)
Browse files Browse the repository at this point in the history
Increasing the component height for more optimal viewing experience.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
formgeist and kibanamachine authored Dec 16, 2020
1 parent 05bad3d commit 4f5f2f5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function LogsTabContent({ transaction }: { transaction: Transaction }) {
startTimestamp={startTimestamp - framePaddingMs}
endTimestamp={endTimestamp + framePaddingMs}
query={`trace.id:"${transaction.trace.id}" OR "${transaction.trace.id}"`}
height={640}
/>
);
}

0 comments on commit 4f5f2f5

Please sign in to comment.