AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Metric.h"
Public Attributes | |
std::string | Category |
SystemTimePoint | Timestamp |
MetricDataType | Type |
std::vector< MetricTag > | Tags |
std::string | Value |
std::string | Title |
std::string | Text |
std::string MetricData::Category |
Referenced by Metric::LogEvent(), Metric::LogValue(), and Metric::SendBatch().
std::vector<MetricTag> MetricData::Tags |
Referenced by Metric::LogValue(), and Metric::SendBatch().
std::string MetricData::Text |
Referenced by Metric::LogEvent(), and Metric::SendBatch().
SystemTimePoint MetricData::Timestamp |
Referenced by Metric::LogEvent(), Metric::LogValue(), and Metric::SendBatch().
std::string MetricData::Title |
Referenced by Metric::LogEvent(), and Metric::SendBatch().
MetricDataType MetricData::Type |
Referenced by Metric::LogEvent(), Metric::LogValue(), and Metric::SendBatch().
std::string MetricData::Value |
Referenced by Metric::LogValue(), and Metric::SendBatch().