Table of Contents

Struct PamojaTelemetrySnapshot

Namespace
Pamoja.Native.Interop
Assembly
Pamoja.Native.dll

A count of everything a reporter has seen.

public struct PamojaTelemetrySnapshot
Inherited Members

Fields

ByLevel

How many events were seen at each level, indexed by level.

public PamojaLevelCounts ByLevel

Field Value

PamojaLevelCounts

Dropped

How many events the filter dropped.

public uint Dropped

Field Value

uint

Emitted

How many events passed the filter and were shipped.

public uint Emitted

Field Value

uint