ServiceSummary

This structure contains information about one of your services that was discovered by Application Signals

Types

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

Properties

Link copied to clipboard

This structure contains one or more string-to-string maps that help identify this service. It can include platform attributes, application attributes, and telemetry attributes.

Link copied to clipboard

This is a string-to-string map that help identify the objects discovered by Application Signals. It can include the following fields.

Link copied to clipboard

An array of structures that each contain information about one metric associated with this service.

Functions

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