API reference
API reference
Select your platform
No SDKs available
No versions available

RuntimeTelemetry Class

Provides a facade to emit telemetry to various targets.

Properties

static RuntimeTelemetry Instance[Get]

Object Data for package-func

RuntimeTelemetry ( )

Member Functions

void RegisterWriter
( ITelemetryWriter writer )
void StartEvent
( OperationID operationId,
RuntimeTelemetryEventType runtimeTelemetryEventType )
void LogEventTermination
( OperationID operationId,
string message )
void LogInstantaneousEvent
( OperationID operationId,
RuntimeTelemetryEventType runtimeTelemetryEventType,
Dictionary< string, string > annotations )
void LogPoint
( OperationID operationId,
void AnnotateEvent
( OperationID operationID,
string annotationKey,
string annotationValue )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon