userver: Component Default Names
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Component Default Names

Default names of components that are used in static config files. More...

+ Collaboration diagram for Component Default Names:

Variables

static constexpr const char * baggage::BaggageManagerComponent::kName = "baggage-manager"
 The default name of baggage::BaggageManagerComponent.
 
static constexpr auto clients::dns::Component::kName = "dns-client"
 The default name of clients::dns::Component component.
 
static constexpr auto components::HttpClient::kName = "http-client"
 The default name of components::HttpClient component.
 
static constexpr std::string_view components::DumpConfigurator::kName = "dump-configurator"
 The default name of components::DumpConfigurator component.
 
static constexpr std::string_view components::HeadersPropagatorComponent::kName = "headers-propagator"
 The default name of components::HeadersPropagatorComponent component.
 
static constexpr std::string_view components::LoggingConfigurator::kName = "logging-configurator"
 The default name of components::LoggingConfigurator component.
 
static constexpr std::string_view components::ProcessStarter::kName = "process-starter"
 The default name of components::ProcessStarter component.
 
static constexpr auto components::SingleThreadedTaskProcessors::kName = "single-threaded-task-processors"
 The default name of components::SingleThreadedTaskProcessors.
 
static constexpr std::string_view components::StatisticsStorage::kName = "statistics-storage"
 The default name of components::StatisticsStorage component.
 
static constexpr std::string_view components::Tracer::kName = "tracer"
 The default name of components::Tracer.
 
static constexpr std::string_view congestion_control::Component::kName = "congestion-control"
 The default name of congestion_control::Component component.
 
static constexpr std::string_view components::DynamicConfigClient::kName = "dynamic-config-client"
 The default name of components::DynamicConfigClient.
 
static constexpr std::string_view components::DynamicConfigFallbacks::kName = "dynamic-config-fallbacks"
 The default name of components::DynamicConfigFallbacks.
 
static constexpr std::string_view components::DynamicConfig::kName = "dynamic-config"
 The default name of components::DynamicConfig.
 
static constexpr std::string_view components::DynamicConfigClientUpdater::kName = "dynamic-config-client-updater"
 The default name of components::DynamicConfigClientUpdater.
 
static constexpr std::string_view engine::TaskProcessorsLoadMonitor::kName {"task-processors-load-monitor"}
 The default name of engine::TaskProcessorsLoadMonitor.
 
static constexpr std::string_view components::Logging::kName = "logging"
 The default name of components::Logging component.
 
static constexpr std::string_view os_signals::ProcessorComponent::kName = "os-signal-processor"
 The default name of os_signals::ProcessorComponent.
 
static constexpr std::string_view components::Server::kName = "server"
 The default name of components::Server component.
 
static constexpr std::string_view components::AuthCheckerSettings::kName = "auth-checker-settings"
 The default name of components::AuthCheckerSettings.
 
static constexpr std::string_view server::handlers::auth::digest::AuthCheckerSettingsComponent::kName = "auth-digest-checker-settings"
 The default name of server::handlers::auth::digest::AuthCheckerSettingsComponent.
 
static constexpr std::string_view server::handlers::auth::digest::NonceCacheSettingsComponent::kName = "nonce-cache-settings"
 The default name of server::handlers::auth::NonceCacheSettingsComponent.
 
static constexpr std::string_view server::handlers::DnsClientControl::kName = "handler-dns-client-control"
 The default name of server::handlers::DnsClientControl.
 
static constexpr std::string_view server::handlers::DynamicDebugLog::kName = "handler-dynamic-debug-log"
 The default name of server::handlers::DynamicDebugLog.
 
static constexpr std::string_view server::handlers::HttpHandlerStatic::kName = "handler-static"
 The default name of server::handlers::HttpHandlerStatic.
 
static constexpr std::string_view server::handlers::InspectRequests::kName = "handler-inspect-requests"
 The default name of server::handlers::InspectRequests.
 
static constexpr std::string_view server::handlers::Jemalloc::kName = "handler-jemalloc"
 The default name of server::handlers::Jemalloc.
 
static constexpr std::string_view server::handlers::LogLevel::kName = "handler-log-level"
 The default name of server::handlers::LogLevel.
 
static constexpr std::string_view server::handlers::OnLogRotate::kName = "handler-on-log-rotate"
 The default name of server::handlers::OnLogRotate.
 
static constexpr std::string_view server::handlers::Ping::kName = "handler-ping"
 The default name of server::handlers::Ping.
 
static constexpr std::string_view server::handlers::ServerMonitor::kName = "handler-server-monitor"
 The default name of server::handlers::ServerMonitor.
 
static constexpr std::string_view server::handlers::TestsControl::kName = "tests-control"
 The default name of server::handlers::TestsControl.
 
static constexpr std::string_view components::Secdist::kName = "secdist"
 The default name of components::Secdist.
 
static constexpr std::string_view components::DefaultSecdistProvider::kName = "default-secdist-provider"
 The default name of components::DefaultSecdistProvider.
 
static constexpr std::string_view components::TestsuiteSupport::kName = "testsuite-support"
 The default name of components::TestsuiteSupport.
 
static constexpr std::string_view tracing::DefaultTracingManagerLocator::kName = "tracing-manager-locator"
 The default name of tracing::DefaultTracingManagerLocator.
 
static constexpr std::string_view components::SystemStatisticsCollector::kName = "system-statistics-collector"
 The default name of components::SystemStatisticsCollector.
 
static constexpr std::string_view components::MultiMongo::kName = "multi-mongo"
 The default name of components::MultiMongo.
 
static constexpr std::string_view components::Redis::kName = "redis"
 The default name of components::Redis.
 

Detailed Description

Default names of components that are used in static config files.

Variable Documentation

◆ kName [1/39]

constexpr const char* baggage::BaggageManagerComponent::kName = "baggage-manager"
staticconstexpr

The default name of baggage::BaggageManagerComponent.

Definition at line 60 of file baggage_manager.hpp.

◆ kName [2/39]

constexpr auto clients::dns::Component::kName = "dns-client"
staticconstexpr

The default name of clients::dns::Component component.

Definition at line 46 of file component.hpp.

◆ kName [3/39]

constexpr auto components::HttpClient::kName = "http-client"
staticconstexpr

The default name of components::HttpClient component.

Definition at line 61 of file component.hpp.

◆ kName [4/39]

constexpr std::string_view components::DumpConfigurator::kName = "dump-configurator"
staticconstexpr

The default name of components::DumpConfigurator component.

Definition at line 34 of file dump_configurator.hpp.

◆ kName [5/39]

constexpr std::string_view components::HeadersPropagatorComponent::kName = "headers-propagator"
staticconstexpr

The default name of components::HeadersPropagatorComponent component.

Definition at line 39 of file headers_propagator_component.hpp.

◆ kName [6/39]

constexpr std::string_view components::LoggingConfigurator::kName = "logging-configurator"
staticconstexpr

The default name of components::LoggingConfigurator component.

Definition at line 48 of file logging_configurator.hpp.

◆ kName [7/39]

constexpr std::string_view components::ProcessStarter::kName = "process-starter"
staticconstexpr

The default name of components::ProcessStarter component.

Definition at line 29 of file process_starter.hpp.

◆ kName [8/39]

constexpr auto components::SingleThreadedTaskProcessors::kName = "single-threaded-task-processors"
staticconstexpr

The default name of components::SingleThreadedTaskProcessors.

Definition at line 36 of file single_threaded_task_processors.hpp.

◆ kName [9/39]

constexpr std::string_view components::StatisticsStorage::kName = "statistics-storage"
staticconstexpr

The default name of components::StatisticsStorage component.

Definition at line 36 of file statistics_storage.hpp.

◆ kName [10/39]

constexpr std::string_view components::Tracer::kName = "tracer"
staticconstexpr

The default name of components::Tracer.

Definition at line 39 of file tracer.hpp.

◆ kName [11/39]

constexpr std::string_view congestion_control::Component::kName = "congestion-control"
staticconstexpr

The default name of congestion_control::Component component.

Definition at line 44 of file component.hpp.

◆ kName [12/39]

constexpr std::string_view components::DynamicConfigClient::kName = "dynamic-config-client"
staticconstexpr

The default name of components::DynamicConfigClient.

Definition at line 46 of file component.hpp.

◆ kName [13/39]

constexpr std::string_view components::DynamicConfigFallbacks::kName = "dynamic-config-fallbacks"
staticconstexpr

The default name of components::DynamicConfigFallbacks.

Definition at line 43 of file component.hpp.

◆ kName [14/39]

constexpr std::string_view components::DynamicConfig::kName = "dynamic-config"
staticconstexpr

The default name of components::DynamicConfig.

Definition at line 45 of file component.hpp.

◆ kName [15/39]

constexpr std::string_view components::DynamicConfigClientUpdater::kName = "dynamic-config-client-updater"
staticconstexpr

The default name of components::DynamicConfigClientUpdater.

Definition at line 78 of file component.hpp.

◆ kName [16/39]

constexpr std::string_view engine::TaskProcessorsLoadMonitor::kName {"task-processors-load-monitor"}
staticconstexpr

The default name of engine::TaskProcessorsLoadMonitor.

Definition at line 33 of file task_processors_load_monitor.hpp.

◆ kName [17/39]

constexpr std::string_view components::Logging::kName = "logging"
staticconstexpr

The default name of components::Logging component.

Definition at line 81 of file component.hpp.

◆ kName [18/39]

constexpr std::string_view os_signals::ProcessorComponent::kName = "os-signal-processor"
staticconstexpr

The default name of os_signals::ProcessorComponent.

Definition at line 28 of file component.hpp.

◆ kName [19/39]

constexpr std::string_view components::Server::kName = "server"
staticconstexpr

The default name of components::Server component.

Definition at line 85 of file component.hpp.

◆ kName [20/39]

constexpr std::string_view components::AuthCheckerSettings::kName = "auth-checker-settings"
staticconstexpr

The default name of components::AuthCheckerSettings.

Definition at line 33 of file auth_checker_settings_component.hpp.

◆ kName [21/39]

constexpr std::string_view server::handlers::auth::digest::AuthCheckerSettingsComponent::kName = "auth-digest-checker-settings"
staticconstexpr

◆ kName [22/39]

constexpr std::string_view server::handlers::auth::digest::NonceCacheSettingsComponent::kName = "nonce-cache-settings"
staticconstexpr

The default name of server::handlers::auth::NonceCacheSettingsComponent.

Definition at line 44 of file nonce_cache_settings_component.hpp.

◆ kName [23/39]

constexpr std::string_view server::handlers::DnsClientControl::kName = "handler-dns-client-control"
staticconstexpr

The default name of server::handlers::DnsClientControl.

Definition at line 41 of file dns_client_control.hpp.

◆ kName [24/39]

constexpr std::string_view server::handlers::DynamicDebugLog::kName = "handler-dynamic-debug-log"
staticconstexpr

The default name of server::handlers::DynamicDebugLog.

Definition at line 70 of file dynamic_debug_log.hpp.

◆ kName [25/39]

constexpr std::string_view server::handlers::HttpHandlerStatic::kName = "handler-static"
staticconstexpr

The default name of server::handlers::HttpHandlerStatic.

Definition at line 45 of file http_handler_static.hpp.

◆ kName [26/39]

constexpr std::string_view server::handlers::InspectRequests::kName = "handler-inspect-requests"
staticconstexpr

The default name of server::handlers::InspectRequests.

Definition at line 40 of file inspect_requests.hpp.

◆ kName [27/39]

constexpr std::string_view server::handlers::Jemalloc::kName = "handler-jemalloc"
staticconstexpr

The default name of server::handlers::Jemalloc.

Definition at line 41 of file jemalloc.hpp.

◆ kName [28/39]

constexpr std::string_view server::handlers::LogLevel::kName = "handler-log-level"
staticconstexpr

The default name of server::handlers::LogLevel.

Definition at line 56 of file log_level.hpp.

◆ kName [29/39]

constexpr std::string_view server::handlers::OnLogRotate::kName = "handler-on-log-rotate"
staticconstexpr

The default name of server::handlers::OnLogRotate.

Definition at line 42 of file on_log_rotate.hpp.

◆ kName [30/39]

constexpr std::string_view server::handlers::Ping::kName = "handler-ping"
staticconstexpr

The default name of server::handlers::Ping.

Definition at line 36 of file ping.hpp.

◆ kName [31/39]

constexpr std::string_view server::handlers::ServerMonitor::kName = "handler-server-monitor"
staticconstexpr

The default name of server::handlers::ServerMonitor.

Definition at line 51 of file server_monitor.hpp.

◆ kName [32/39]

constexpr std::string_view server::handlers::TestsControl::kName = "tests-control"
staticconstexpr

The default name of server::handlers::TestsControl.

Definition at line 72 of file tests_control.hpp.

◆ kName [33/39]

constexpr std::string_view components::Secdist::kName = "secdist"
staticconstexpr

The default name of components::Secdist.

Definition at line 38 of file component.hpp.

◆ kName [34/39]

constexpr std::string_view components::DefaultSecdistProvider::kName = "default-secdist-provider"
staticconstexpr

The default name of components::DefaultSecdistProvider.

Definition at line 61 of file provider_component.hpp.

◆ kName [35/39]

constexpr std::string_view components::TestsuiteSupport::kName = "testsuite-support"
staticconstexpr

The default name of components::TestsuiteSupport.

Definition at line 56 of file testsuite_support.hpp.

◆ kName [36/39]

constexpr std::string_view tracing::DefaultTracingManagerLocator::kName = "tracing-manager-locator"
staticconstexpr

The default name of tracing::DefaultTracingManagerLocator.

Definition at line 46 of file manager_component.hpp.

◆ kName [37/39]

constexpr std::string_view components::SystemStatisticsCollector::kName = "system-statistics-collector"
staticconstexpr

The default name of components::SystemStatisticsCollector.

Definition at line 42 of file system_statistics_collector.hpp.

◆ kName [38/39]

constexpr std::string_view components::MultiMongo::kName = "multi-mongo"
staticconstexpr

The default name of components::MultiMongo.

Definition at line 149 of file component.hpp.

◆ kName [39/39]

constexpr std::string_view components::Redis::kName = "redis"
staticconstexpr

The default name of components::Redis.

Definition at line 98 of file component.hpp.