AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CoreMetrics.h
1
6#pragma once
7#include <aws/core/Core_EXPORTS.h>
8#include <aws/core/monitoring/HttpClientMetrics.h>
9
10namespace Aws
11{
12 namespace Monitoring
13 {
17 struct AWS_CORE_API CoreMetricsCollection
18 {
23
24 // Add Other types of metrics here.
25 };
26 }
27}
Aws::Map< Aws::String, int64_t > HttpClientMetricsCollection
HttpClientMetricsCollection httpClientMetrics
Definition CoreMetrics.h:22