Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Metrics.InstrumentState< TAggregator > Class Template Referencesealed

Public Member Functions

void Update (double measurement, ReadOnlySpan< KeyValuePair< string, object > > labels)
 
void Collect (Instrument instrument, Action< LabeledAggregationStatistics > aggregationVisitFunc)
 
 InstrumentState (Func< TAggregator > createAggregatorFunc)
 
override void Collect (Instrument instrument, Action< LabeledAggregationStatistics > aggregationVisitFunc)
 
override void Update (double measurement, ReadOnlySpan< KeyValuePair< string, object > > labels)
 

Private Attributes

AggregatorStore< TAggregator > _aggregatorStore
 

Detailed Description

Type Constraints
TAggregator :Aggregator 

Definition at line 11 of file InstrumentState.cs.


The documentation for this class was generated from the following file: