TcpExporterArgs

data class TcpExporterArgs(val url: Output<String>) : ConvertibleToJava<TcpExporterArgs>

Base exporter using TCP as transport protocol.

Constructors

Link copied to clipboard
constructor(url: Output<String>)

Properties

Link copied to clipboard
val url: Output<String>

TCP url to export.

Functions

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