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.
Class: LogStream
Defined in: src/entities/log-streams.ts Represents a log stream instance with instance methods.Constructors
Constructor
Parameters
logStream
LogStreamType
Returns
LogStream
Properties
createdAt?
createdBy?
hasUserCreatedSessions?
id
name
projectId
updatedAt?
Methods
enableMetrics()
Parameters
metrics
( |string
| Metric
| LocalMetricConfig)[]
List of metrics to enable on this log stream. Can include GalileoMetrics const object values, string names, Metric objects, or LocalMetricConfig objects with scorerFn for client-side scoring.
Returns
Promise<LocalMetricConfig[]>
A promise that resolves to the list of local metric configurations that need client-side processing.