Class SandboxTelemetry
Namespace: DotBoxD.Hosting.Diagnostics
Assembly: DotBoxD.Hosting.dll
Converts sandbox audit events into standard .NET activities and metrics without selecting an exporter.
Pass DotBoxD.Hosting.Diagnostics.SandboxTelemetry.Observe(DotBoxD.Kernels.Bindings.SandboxAuditEvent) to SandboxHostBuilder.ForwardAuditEventsTo.
public static class SandboxTelemetryInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”InstrumentationName
Section titled “ InstrumentationName”public const string InstrumentationName = "DotBoxD.Hosting"Field Value
Section titled “Field Value”Properties
Section titled “Properties”Activities
Section titled “ Activities”public static ActivitySource Activities { get; }Property Value
Section titled “Property Value”Metrics
Section titled “ Metrics”public static Meter Metrics { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Observe(SandboxAuditEvent)
Section titled “ Observe(SandboxAuditEvent)”public static void Observe(SandboxAuditEvent auditEvent)Parameters
Section titled “Parameters”auditEvent SandboxAuditEvent