OpenTelemetryExportConfigResponse

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

OpenTelemetry Export Configuration properties

Constructors

Link copied to clipboard
constructor(intervalSeconds: Int? = 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

The open telemetry collector endpoint to export to.