Terraria v1.4.4.9
Terraria source code documentation
|
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', ',', ';' } |
Definition at line 22 of file MetricsEventSource.cs.