ExporterResponse

data class ExporterResponse(val azureMonitorWorkspaceLogs: AzureMonitorWorkspaceLogsExporterResponse? = null, val name: String, val tcp: TcpExporterResponse? = null, val type: String)

Exporter Info.

Constructors

Link copied to clipboard
constructor(azureMonitorWorkspaceLogs: AzureMonitorWorkspaceLogsExporterResponse? = null, name: String, tcp: TcpExporterResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure Monitor Workspace Logs specific configurations.

Link copied to clipboard

The name of exporter.

Link copied to clipboard

TCP based exporter. Used for pipelineGroup exporter.

Link copied to clipboard

The type of exporter.