6#include <userver/components/component_fwd.hpp>
7#include <userver/components/raw_component_base.hpp>
34class Tracer
final :
public RawComponentBase {
38 static constexpr std::string_view
kName =
"tracer";
40 Tracer(
const ComponentConfig& config,
const ComponentContext& context);
42 static yaml_config::Schema GetStaticConfigSchema();
46inline constexpr bool kHasValidate<Tracer> =
true;
49inline constexpr auto kConfigFileMode<Tracer> = ConfigFileMode::kNotRequired;