AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MeterProvider.h
1
5#pragma once
6
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <smithy/Smithy_EXPORTS.h>
10#include <smithy/tracing/Meter.h>
11
12namespace smithy {
13 namespace components {
14 namespace tracing {
19 class SMITHY_API MeterProvider {
20 public:
21 virtual ~MeterProvider() = default;
22
29 virtual std::shared_ptr<Meter> GetMeter(Aws::String scope,
31 };
32 }
33 }
34}
virtual std::shared_ptr< Meter > GetMeter(Aws::String scope, Aws::Map< Aws::String, Aws::String > attributes)=0
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