Collector

class Collector

Process data collector that runs in the environment that you specify.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the health of a collector.

Link copied to clipboard

The ID of the collector.

Link copied to clipboard

Current version of the collector that is running in the environment that you specify.

Link copied to clipboard

Summary of the collector configuration.

Link copied to clipboard

Hostname of the server that is hosting the collector.

Link copied to clipboard

IP address of the server that is hosting the collector.

Link copied to clipboard

Time when the collector last pinged the service.

Link copied to clipboard

Time when the collector registered with the service.

Functions

Link copied to clipboard
inline fun copy(block: Collector.Builder.() -> Unit = {}): Collector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String