OpenTelemetryLogExportConfigArgs

data class OpenTelemetryLogExportConfigArgs(val intervalSeconds: Output<Int>? = null, val level: Output<String>? = null, val otlpGrpcEndpoint: Output<String>) : ConvertibleToJava<OpenTelemetryLogExportConfigArgs>

OpenTelemetry Log Export Configuration properties

Constructors

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

Properties

Link copied to clipboard
val intervalSeconds: Output<Int>? = null

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

Link copied to clipboard
val level: Output<String>? = null

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

Link copied to clipboard

The open telemetry collector endpoint to export to.

Functions

Link copied to clipboard
open override fun toJava(): OpenTelemetryLogExportConfigArgs