Skip to content

Commit

Permalink
feat: set log limit to 250 in TraceExplorer and Logs components
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 30, 2025
1 parent 4d2e386 commit b59c76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dashboard/src/Components/Traces/TraceExplorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ const TraceExplorer: FunctionComponent<ComponentProps> = (
id={"traces-logs-viewer"}
noLogsMessage="No logs found for this trace."
traceIds={[traceId]}
limit={LIMIT_PER_PROJECT}
enableRealtime={false}
/>
</div>
Expand Down
1 change: 1 addition & 0 deletions Dashboard/src/Pages/Telemetry/Services/View/Logs/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const ServiceDelete: FunctionComponent<
showFilters={true}
telemetryServiceIds={[modelId]}
enableRealtime={true}
limit={250}
id="logs"
/>
</Fragment>
Expand Down

0 comments on commit b59c76f

Please sign in to comment.