51 static constexpr std::string_view
kName =
"tracing-manager-locator";
53 DefaultTracingManagerLocator(
const components::ComponentConfig&,
const components::ComponentContext&);
57 bool IsOtelTraceSamplingEnabled()
const noexcept;
59 static yaml_config::Schema GetStaticConfigSchema();
62 const GenericTracingManager::SamplingEnabled otel_sampling_;
63 GenericTracingManager default_manager_;