MCPcopy
hub / github.com/Effect-TS/effect / IExportLogsServiceRequest

Interface IExportLogsServiceRequest

packages/opentelemetry/src/OtlpLogger.ts:156–159  ·  view source on GitHub ↗

Properties of an ExportLogsServiceRequest.

Source from the content-addressed store, hash-verified

154
155/** Properties of an ExportLogsServiceRequest. */
156interface IExportLogsServiceRequest {
157 /** ExportLogsServiceRequest resourceLogs */
158 resourceLogs?: Array<IResourceLogs>
159}
160
161/** Properties of an InstrumentationScope. */
162interface IInstrumentationScope {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected