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