NodeProperties

Node identity attributes promoted out of the flat attribute map onto typed members. The first four are part of the node's merge key, so a node that merged across sources reports one resolved value for each.

Types

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

Properties

Link copied to clipboard

What kind of thing the node is, coarser than nodeType.

Link copied to clipboard

The cloud provider hosting the node, resolved from the reported provider, platform, or vendor namespace, and defaulting to "aws".

Link copied to clipboard

The logical service grouping the node belongs to. This is not a metric namespace.

Link copied to clipboard

The region the node runs in. Falls back to the region the telemetry was ingested from when the node does not report one.

Link copied to clipboard

The account that produced the telemetry this node was discovered from.

Link copied to clipboard

The node's deployment environment. A node may be observed in several; this is the highest-precedence one. Match any of them with NodeFilters.stage.

Functions

Link copied to clipboard
inline fun copy(block: NodeProperties.Builder.() -> Unit = {}): NodeProperties
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