AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
HttpClientMetrics.h
Go to the documentation of this file.
1
6#pragma once
10
11namespace Aws
12{
13 namespace Monitoring
14 {
19 {
20 /*
21 * Requires a successful DNS lookup, contains the (IPv4 or IPv6 as appropriate) numeric address of the connection endpoint to which the attempt was sent.
22 */
23 DestinationIp = 0,
24
30
36
45
53
59
65
71
76 };
77
79
81
83 }
84}
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
const char *const name
Definition: cJSON.h:278
AWS_CORE_API Aws::String GetHttpClientMetricNameByType(HttpClientMetricsType type)
Aws::Map< Aws::String, int64_t > HttpClientMetricsCollection
AWS_CORE_API HttpClientMetricsType GetHttpClientMetricTypeByName(const Aws::String &name)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Definition: AWSMap.h:19
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97