Edge

class Edge

Information about a connection between two services. An edge can be a synchronous connection, such as typical call between client and service, or an asynchronous link, such as a Lambda function which retrieves an event from an SNS queue.

Types

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

Properties

Link copied to clipboard

Aliases for the edge.

Link copied to clipboard

Describes an asynchronous connection, with a value of link.

Link copied to clipboard

The end time of the last segment on the edge.

Link copied to clipboard

A histogram that maps the spread of event age when received by consumers. Age is calculated each time an event is received. Only populated when EdgeType is link.

Link copied to clipboard

Identifier of the edge. Unique within a service map.

Link copied to clipboard

A histogram that maps the spread of client response times on an edge. Only populated for synchronous edges.

Link copied to clipboard

The start time of the first segment on the edge.

Link copied to clipboard

Response statistics for segments on the edge.

Functions

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