GroupingAttributeDefinition

Defines how services should be grouped based on specific attributes. This allows logical organization of services in dashboards and service maps.

Types

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

Properties

Link copied to clipboard

The default value to use for grouping when a service doesn't have any of the specified source keys, such as "Unknown" or "Unassigned".

Link copied to clipboard

The name of the grouping attribute, such as "Environment", "Team", or "Application".

Link copied to clipboard

An array of source attribute keys that will be used to determine the grouping value for each service. These keys correspond to service metadata or tags.

Functions

Link copied to clipboard
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