Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InstrumentState.cs
Go to the documentation of this file.
2
4
5internal abstract class InstrumentState
6{
7 public abstract void Update(double measurement, ReadOnlySpan<KeyValuePair<string, object>> labels);
8
10}
InstrumentState(Func< TAggregator > createAggregatorFunc)
void Update(double measurement, ReadOnlySpan< KeyValuePair< string, object > > labels)
override void Update(double measurement, ReadOnlySpan< KeyValuePair< string, object > > labels)
AggregatorStore< TAggregator > _aggregatorStore
void Collect(Instrument instrument, Action< LabeledAggregationStatistics > aggregationVisitFunc)
override void Collect(Instrument instrument, Action< LabeledAggregationStatistics > aggregationVisitFunc)