MetricsTracer class abstract

MetricsTracer is an interface for collecting metrics from the identify service.

Implementers

Constructors

MetricsTracer.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connPushSupport(IdentifyPushSupport support) → void
ConnPushSupport counts peers by Push Support.
identifyReceived(bool isPush, int numProtocols, int numAddrs) → void
IdentifyReceived tracks metrics on receiving an identify response.
identifySent(bool isPush, int numProtocols, int numAddrs) → void
IdentifySent tracks metrics on sending an identify response.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
triggeredPushes(dynamic event) → void
TriggeredPushes counts IdentifyPushes triggered by event.

Operators

operator ==(Object other) bool
The equality operator.
inherited