AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-core
include
smithy
tracing
impl
opentelemetry
OtelTracerProvider.h
1
5
#pragma once
6
7
#include <smithy/Smithy_EXPORTS.h>
8
#include <smithy/tracing/TracerProvider.h>
9
#include <smithy/tracing/Tracer.h>
10
#include <smithy/tracing/TraceSpan.h>
11
12
namespace
smithy
{
13
namespace
components {
14
namespace
tracing {
18
class
SMITHY_API
OtelTracerProvider
final :
public
TracerProvider
{
19
public
:
20
std::shared_ptr<Tracer>
GetTracer
(
Aws::String
scope,
21
const
Aws::Map
<
Aws::String
,
22
Aws::String
> &attributes)
override
;
23
};
24
}
25
}
26
}
smithy::components::tracing::OtelTracerProvider
Definition
OtelTracerProvider.h:18
smithy::components::tracing::OtelTracerProvider::GetTracer
std::shared_ptr< Tracer > GetTracer(Aws::String scope, const Aws::Map< Aws::String, Aws::String > &attributes) override
smithy::components::tracing::TracerProvider
Definition
TracerProvider.h:16
Aws::Map
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Definition
AWSMap.h:20
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition
AWSString.h:97
smithy
Definition
AWSAuthV4Signer.h:24
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences