#include <aws/core/Aws.h>
#include <aws/core/utils/logging/LogMacros.h>
#include <aws/monitoring/model/MetricDatum.h>
#include <aws/monitoring/model/PutMetricDataRequest.h>
#include <aws_common/sdk_utils/aws_error.h>
#include <cloudwatch_metrics_common/utils/cloudwatch_metrics_facade.hpp>
#include <cloudwatch_metrics_common/definitions/definitions.h>
#include <string>
Go to the source code of this file.
Namespaces | |
Aws | |
Aws::CloudWatchMetrics | |
Aws::CloudWatchMetrics::Utils | |
Macros | |
#define | MAX_METRIC_DATUMS_PER_REQUEST 20 |
#define MAX_METRIC_DATUMS_PER_REQUEST 20 |
Definition at line 34 of file cloudwatch_metrics_facade.cpp.