ServiceOperation

This structure contains information about an operation discovered by Application Signals. An operation is a specific function performed by a service that was discovered by Application Signals, and is often an API that is called by an upstream dependent.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the operation, discovered by Application Signals.

Functions

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