EventOptions class

This class contains all the options you can provide for the Custom Events reported through InstanaAgent.reportEvent()

Constructors

EventOptions()

Properties

backendTracingID String?
Backend Trace ID to associate this Custom Event to
getter/setter pair
customMetric double?
Custom Metric
getter/setter pair
duration int?
Duration in milliseconds
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meta Map<String, String>?
Maps of Key-Value pairs which this Custom Event will be associated with. This will not affect any other beacons
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime int?
Start Time in milliseconds since epoch
getter/setter pair
viewName String?
View name
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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