LoggingMetricsTracer class

A simple metrics tracer that logs metrics to the console.

Implemented types

Constructors

LoggingMetricsTracer.new()
Creates a new logging metrics tracer.
const

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.
override
identifyReceived(bool isPush, int numProtocols, int numAddrs) → void
IdentifyReceived tracks metrics on receiving an identify response.
override
identifySent(bool isPush, int numProtocols, int numAddrs) → void
IdentifySent tracks metrics on sending an identify response.
override
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.
override

Operators

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