15 #ifndef LIBSTATISTICS_COLLECTOR__TOPIC_STATISTICS_COLLECTOR__CONSTANTS_HPP_
16 #define LIBSTATISTICS_COLLECTOR__TOPIC_STATISTICS_COLLECTOR__CONSTANTS_HPP_
20 namespace libstatistics_collector
22 namespace topic_statistics_collector
25 namespace topic_statistics_constants
27 constexpr
const char kMsgAgeStatName[] =
"message_age";
28 constexpr
const char kMsgPeriodStatName[] =
"message_period";
29 constexpr
const char kMillisecondUnitName[] =
"ms";
31 constexpr
const char kCollectStatsTopicNameParam[] =
"collect_topic_name";
32 constexpr
const char kPublishStatsTopicNameParam[] =
"publish_topic_name";
38 #endif // LIBSTATISTICS_COLLECTOR__TOPIC_STATISTICS_COLLECTOR__CONSTANTS_HPP_