TcpExporterResponse

data class TcpExporterResponse(val url: String)

Base exporter using TCP as transport protocol.

Constructors

Link copied to clipboard
constructor(url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val url: String

TCP url to export.