Class PhoenixTiresiasTelemetryContext
Class needed to provide moduleName for telemetry.
Inheritance
System.Object
PhoenixTiresiasTelemetryContext
Namespace: Phoenix.Tiresias
Assembly: Phoenix.Plugin.Tiresias.dll
Syntax
public sealed class PhoenixTiresiasTelemetryContext : ITelemetryContext
Properties
View SourceInstance
Gets the module name provided.
Declaration
public static PhoenixTiresiasTelemetryContext Instance { get; }
Property Value
Type | Description |
---|---|
PhoenixTiresiasTelemetryContext |
Methods
View SourceGetContextProperties()
Get properties for a local telemetry context.
Declaration
public IReadOnlyDictionary<string, object> GetContextProperties()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object> | Returns a readonly dictionary of context properties. |