Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 4.25 KB

File metadata and controls

28 lines (23 loc) · 4.25 KB

LogTracesIngestResponse

Example Usage

import { LogTracesIngestResponse } from "galileo-generated/models";

let value: LogTracesIngestResponse = {
  projectId: "<value>",
  projectName: "<value>",
  recordsCount: 465506,
  tracesCount: 377307,
};

Fields

Field Type Required Description
logStreamId string Log stream id associated with the traces.
experimentId string Experiment id associated with the traces.
metricsTestingId string Metrics testing id associated with the traces.
projectId string ✔️ Project id associated with the traces.
projectName string ✔️ Project name associated with the traces.
sessionId string Session id associated with the traces.
recordsCount number ✔️ Total number of records ingested
tracesCount number ✔️ total number of traces ingested
traceIds string[] List of trace IDs that were ingested. Only included if include_trace_ids=True in request.