OpenTelemetryLogExportConfigResponse

data class OpenTelemetryLogExportConfigResponse(val intervalSeconds: Int? = null, val level: String? = null, val otlpGrpcEndpoint: String)

OpenTelemetry Log Export Configuration properties

Constructors

Link copied to clipboard
constructor(intervalSeconds: Int? = null, level: String? = null, otlpGrpcEndpoint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intervalSeconds: Int? = null

How often to export the metrics to the open telemetry collector.

Link copied to clipboard
val level: String? = null

The log level. Examples - 'debug', 'info', 'warn', 'error', 'trace'.

Link copied to clipboard

The open telemetry collector endpoint to export to.