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 803cefa commit 267043fCopy full SHA for 267043f
dashboard/log-analyzer/src/components/metrics/GenericCounter.tsx
@@ -90,8 +90,8 @@ export function GenericCounter({
90
91
const params = {
92
column_name: columnName,
93
- start_date: start_date || format(defaultStartDate, 'yyyy-MM-dd'),
94
- end_date: end_date || format(defaultEndDate, 'yyyy-MM-dd'),
+ start_date: start_date || format(defaultStartDate, 'yyyy-MM-dd HH:mm:ss'),
+ end_date: end_date || format(defaultEndDate, 'yyyy-MM-dd HH:mm:ss'),
95
service: columnName !== 'service' ? service : undefined,
96
level: columnName !== 'level' ? level : undefined,
97
environment: columnName !== 'environment' ? environment : undefined,
0 commit comments