Service

class Service

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. It can include the following fields.

Link copied to clipboard

An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes 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: Service.Builder.() -> Unit = {}): Service
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