#include <Config.h>
|
| static constexpr std::string_view | nameKey = "Name"sv |
| |
| static constexpr std::string_view | valueKey = "Value"sv |
| |
| static constexpr std::string_view | unitKey = "Unit"sv |
| |
| static constexpr std::string_view | tagsKey = "Tags"sv |
| |
| static constexpr std::string_view | computeRateKey = "ComputeRate"sv |
| |
| static constexpr std::string_view | convertToUnitsPerSecondKey = "ConvertToUnitsPerSecond"sv |
| |
Definition at line 37 of file Config.h.
◆ computeRateType
◆ convertToUnitsPerSecondType
◆ nameType
◆ tagsType
◆ unitType
◆ valueType
◆ computeRate
◆ computeRateKey
| constexpr std::string_view AnyCollect::Config::expression::metric::computeRateKey = "ComputeRate"sv |
|
static |
◆ convertToUnitsPerSecond
◆ convertToUnitsPerSecondKey
| constexpr std::string_view AnyCollect::Config::expression::metric::convertToUnitsPerSecondKey = "ConvertToUnitsPerSecond"sv |
|
static |
◆ name
| nameType AnyCollect::Config::expression::metric::name |
◆ nameKey
| constexpr std::string_view AnyCollect::Config::expression::metric::nameKey = "Name"sv |
|
static |
◆ tags
| tagsType AnyCollect::Config::expression::metric::tags |
◆ tagsKey
| constexpr std::string_view AnyCollect::Config::expression::metric::tagsKey = "Tags"sv |
|
static |
◆ unit
| unitType AnyCollect::Config::expression::metric::unit |
◆ unitKey
| constexpr std::string_view AnyCollect::Config::expression::metric::unitKey = "Unit"sv |
|
static |
◆ value
| valueType AnyCollect::Config::expression::metric::value |
◆ valueKey
| constexpr std::string_view AnyCollect::Config::expression::metric::valueKey = "Value"sv |
|
static |
The documentation for this struct was generated from the following file: