We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee9202 commit 919686fCopy full SHA for 919686f
dashboard/ai-analytics/src/lib/dimensions.ts
@@ -16,7 +16,7 @@ export const fetchAvailableDimensions = async () => {
16
groupUniqArray(environment) as environment,
17
groupUniqArray(model) as model,
18
groupUniqArray(provider) as provider
19
- FROM llm_events WHERE timestamp > now() - interval '1 day' FORMAT JSON
+ FROM llm_events WHERE timestamp > now() - interval '1 month' FORMAT JSON
20
`;
21
22
// URL encode the query
0 commit comments