You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Include reading from channel in batch duration
* Better name for the ingested count
* Add message type tag
* Move a few instruments to be attributes instead
readonlyHistogram<long>auditBatchSize=Telemetry.Meter.CreateHistogram<long>(Telemetry.CreateInstrumentName("ingestion","batch_size"),description:"Audit ingestion average batch size");
readonlyHistogram<double>messageSize=Telemetry.Meter.CreateHistogram<double>(Telemetry.CreateInstrumentName("ingestion","message_size"),unit:"kilobytes",description:"Average audit message body size");
readonlyCounter<long>storedSagasCounter=Telemetry.Meter.CreateCounter<long>(Telemetry.CreateInstrumentName("ingestion","sagas_count"),description:"Stored saga state count");
257
-
readonlyHistogram<double>commitDuration=Telemetry.Meter.CreateHistogram<double>(Telemetry.CreateInstrumentName("ingestion","commit_duration"),unit:"ms",description:"Storage unit of work commit duration");
0 commit comments