userver: clients::dns::Resolver::LookupSourceCounters Struct Reference
⚠️ 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
clients::dns::Resolver::LookupSourceCounters Struct Reference

Detailed Description

Definition at line 28 of file resolver.hpp.

+ Collaboration diagram for clients::dns::Resolver::LookupSourceCounters:

Public Attributes

utils::statistics::RelaxedCounter< size_t > file {0}
 
utils::statistics::RelaxedCounter< size_t > cached {0}
 
utils::statistics::RelaxedCounter< size_t > cached_stale {0}
 
utils::statistics::RelaxedCounter< size_t > cached_failure {0}
 
utils::statistics::RelaxedCounter< size_t > network {0}
 
utils::statistics::RelaxedCounter< size_t > network_failure {0}
 

Member Data Documentation

◆ cached

utils::statistics::RelaxedCounter<size_t> clients::dns::Resolver::LookupSourceCounters::cached {0}

Definition at line 30 of file resolver.hpp.

◆ cached_failure

utils::statistics::RelaxedCounter<size_t> clients::dns::Resolver::LookupSourceCounters::cached_failure {0}

Definition at line 32 of file resolver.hpp.

◆ cached_stale

utils::statistics::RelaxedCounter<size_t> clients::dns::Resolver::LookupSourceCounters::cached_stale {0}

Definition at line 31 of file resolver.hpp.

◆ file

utils::statistics::RelaxedCounter<size_t> clients::dns::Resolver::LookupSourceCounters::file {0}

Definition at line 29 of file resolver.hpp.

◆ network

utils::statistics::RelaxedCounter<size_t> clients::dns::Resolver::LookupSourceCounters::network {0}

Definition at line 33 of file resolver.hpp.

◆ network_failure

utils::statistics::RelaxedCounter<size_t> clients::dns::Resolver::LookupSourceCounters::network_failure {0}

Definition at line 34 of file resolver.hpp.


The documentation for this struct was generated from the following file: