Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.Metrics.MetricsEventSource.CommandHandler Class Referencesealed

Public Member Functions

void OnEventCommand (EventCommandEventArgs command)
 

Private Member Functions

bool LogError (Exception e)
 
void ParseSpecs (string metricsSpecs)
 
void TransmitMetricValue (Instrument instrument, LabeledAggregationStatistics stats, string sessionId)
 
string FormatTags (KeyValuePair< string, string >[] labels)
 
string FormatQuantiles (QuantileValue[] quantiles)
 

Private Attributes

AggregationManager _aggregationManager
 
string _sessionId = ""
 

Static Private Attributes

static readonly char[] s_instrumentSeperators = new char[4] { '\r', '\n', ',', ';' }
 

Detailed Description

Definition at line 22 of file MetricsEventSource.cs.


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