Documentation Index
Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Type Alias: LogRecordsMetricsQueryRequest
type LogRecordsMetricsQueryRequest = object;
Defined in: src/types/new-api.types.ts
LogRecordsMetricsQueryRequest
Properties
endTime
Defined in: src/types/new-api.types.ts
End Time
Include traces up to this time.
experimentId?
optional experimentId: string | null;
Defined in: src/types/new-api.types.ts
Experiment Id
Experiment id associated with the traces.
filters?
optional filters: (
| object & LogRecordsIdFilter
| object & LogRecordsDateFilter
| object & LogRecordsNumberFilter
| object & LogRecordsBooleanFilter
| object & LogRecordsCollectionFilter
| object & LogRecordsTextFilter)[];
Defined in: src/types/new-api.types.ts
Filters
groupBy?
optional groupBy: string | null;
Defined in: src/types/new-api.types.ts
Group By
interval?
optional interval: number;
Defined in: src/types/new-api.types.ts
Interval
logStreamId?
optional logStreamId: string | null;
Defined in: src/types/new-api.types.ts
Log Stream Id
Log stream id associated with the traces.
metricsTestingId?
optional metricsTestingId: string | null;
Defined in: src/types/new-api.types.ts
Metrics Testing Id
Metrics testing id associated with the traces.
startTime
Defined in: src/types/new-api.types.ts
Start Time
Include traces from this time onward.