static long | ElapsedMilliseconds[Get] |
int | StartEvent ( TelemetryEventId eventId ) Logs an event as started. |
void | Logs an instantaneous event that happens at one point in time (as opposed to one with a start and end). |
void | Annotates an event that has started but did not end yet. |
void | Logs an event as ended. |
void |
long Meta.Voice.TelemetryUtilities.Telemetry.TelemetryChannel.ElapsedMilliseconds |
---|
No description available.
|
virtual int Meta.Voice.TelemetryUtilities.Telemetry.TelemetryChannel.StartEvent ( TelemetryEventId eventId ) |
---|
Logs an event as started. Parameters eventId The ID of the event that just started. Returns Instance key identifying this specific occurrence of the event. |
virtual void Meta.Voice.TelemetryUtilities.Telemetry.TelemetryChannel.LogInstantEvent ( TelemetryEventId eventId, Dictionary< AnnotationKey, string > annotations ) |
---|
Logs an instantaneous event that happens at one point in time (as opposed to one with a start and end). Parameters eventId The ID of the event. annotationsOptional annotations to add to the event. Returns Instance key identifying this specific occurrence of the event. |
virtual void Meta.Voice.TelemetryUtilities.Telemetry.TelemetryChannel.AnnotateEvent ( int instanceKey, AnnotationKey key, string value ) |
---|
Annotates an event that has started but did not end yet. Parameters eventId The ID of the event. Should already have started but not ended already. instanceKeyThe instance key of the event. Must match the one used starting the event. keyThe annotation key. valueThe annotation value. |
virtual void Meta.Voice.TelemetryUtilities.Telemetry.TelemetryChannel.EndEvent ( int instanceKey, ResultType result ) |
---|
Logs an event as ended. Parameters eventId The ID of the event. Should already have started but not ended already. instanceKeyThe instance key of the event. Must match the one used starting the event. resultThe result of the event. Returns Instance key. |
void Meta.Voice.TelemetryUtilities.Telemetry.TelemetryChannel.ShutdownTelemetry ( ) |
---|
No description available.
|