Skip to content

Commit

Permalink
Use linear scale for generation latency
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 24, 2025
1 parent 87c92d4 commit c142d48
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ export const llmObservabilityLogic = kea<llmObservabilityLogicType>([
},
trendsFilter: {
aggregationAxisPostfix: ' s',
decimalPlaces: 3,
yAxisScaleType: 'log10',
decimalPlaces: 2,
},
dateRange: { date_from: dateFilter.dateFrom, date_to: dateFilter.dateTo },
properties: propertyFilters,
Expand Down

0 comments on commit c142d48

Please sign in to comment.