ServiceDependency

This structure contains information about one dependency of this service.

Types

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

Properties

Link copied to clipboard

This is a string-to-string map. It can include the following fields.

Link copied to clipboard

The name of the called operation in the dependency.

Link copied to clipboard

An array of structures that each contain information about one metric associated with this service dependency that was discovered by Application Signals.

Link copied to clipboard

The name of the operation in this service that calls the dependency.

Functions

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