userver: Deprecated List
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Deprecated List
File log_helper_fwd.hpp
Use userver/logging/fwd.hpp instead
File metadata.hpp
Use utils::statistics::Writer instead.
Member pytest_userver.client.ClientMonitor.get_metric (self, metric_name)
Use metrics() or single_metric() instead
Member pytest_userver.client.ClientMonitor.get_metrics (self, prefix=None)
Use metrics() or single_metric() instead
Member RunInCoro (utils::function_ref< void()> payload, std::size_t worker_threads=1)
use engine::RunStandalone instead
Member server::handlers::CustomHandlerException::CustomHandlerException (MessageBuilder &&builder, HandlerErrorCode handler_code)
Use the variadic constructor above instead.
Member server::handlers::CustomHandlerException::CustomHandlerException (ServiceErrorCode service_code, ExternalBody external_body, InternalMessage internal_message, HandlerErrorCode handler_code, ExtraHeaders headers={}, formats::json::Value details={})
Use the variadic constructor above instead.
Member utils::PeriodicTask::kCritical
Does nothing, PeriodicTask is always spawned as engine::Task::Importance::kCritical.
Member utils::statistics::SolomonChildrenAreLabelValues (formats::json::ValueBuilder &stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonChildrenAreLabelValues (formats::json::ValueBuilder &&stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonLabelValue (formats::json::ValueBuilder &stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonLabelValue (formats::json::ValueBuilder &&stats_node, const std::string &label_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonRename (formats::json::ValueBuilder &stats_node, const std::string &new_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonRename (formats::json::ValueBuilder &&stats_node, const std::string &new_name)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonSkip (formats::json::ValueBuilder &stats_node)
Use utils::statistics::Writer instead.
Member utils::statistics::SolomonSkip (formats::json::ValueBuilder &&stats_node)
Use utils::statistics::Writer instead.
Member utils::statistics::Storage::GetAsJson () const
Use VisitMetrics instead.
Member utils::statistics::Storage::RegisterExtender (std::string prefix, ExtenderFunc func)
Use RegisterWriter instead.