Service

class Service

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

Types

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

Properties

Link copied to clipboard

Identifier of the Amazon Web Services account in which the service runs.

Link copied to clipboard

A histogram that maps the spread of service durations.

Link copied to clipboard
val edges: List<Edge>?

Connections to downstream services.

Link copied to clipboard

The end time of the last segment that the service generated.

Link copied to clipboard
val name: String?

The canonical name of the service.

Link copied to clipboard

A list of names for the service, including the canonical name.

Link copied to clipboard

Identifier for the service. Unique within the service map.

Link copied to clipboard

A histogram that maps the spread of service response times.

Link copied to clipboard

Indicates that the service was the first service to process a request.

Link copied to clipboard

The start time of the first segment that the service generated.

Link copied to clipboard

The service's state.

Link copied to clipboard

Aggregated statistics for the service.

Link copied to clipboard
val type: String?

The type of 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