AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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
41
49
55
61
67
74
79
83 Unknown,
84
89
98 };
99
101
103
105 }
106}
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