AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
HttpClientMetrics.h
1
6#pragma once
7#include <aws/core/Core_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
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
78
83
88 };
89
91
93
95 }
96}
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:20
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition AWSString.h:97