⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
userver
C++ Async Framework v2.0
Documentation
API Groups
Namespaces
Reference
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
y
Variables
k
n
r
u
w
Typedefs
c
d
h
m
n
o
p
s
t
u
v
Enumerations
a
b
c
d
f
h
i
l
o
p
r
s
t
u
v
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
Enumerations
Enumerator
Related Symbols
File List
File Members
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
▼
userver
Documentation
►
API Groups
►
Namespaces
▼
Reference
►
Namespace Members
►
Class List
Class Index
►
Class Hierarchy
►
Class Members
▼
File List
►
en
►
testsuite
►
userver
▼
userver
►
alerts
►
baggage
►
cache
►
clients
►
components
►
concurrent
►
congestion_control
►
dist_lock
►
drivers
►
dump
►
dynamic_config
►
engine
►
error_injection
►
fs
►
logging
►
moodycamel
►
net
►
os_signals
►
rcu
►
server
►
storages
►
testsuite
►
tracing
▼
utils
►
impl
▼
statistics
►
impl
busy.hpp
common.hpp
►
entry.hpp
►
fmt.hpp
fwd.hpp
►
graphite.hpp
►
histogram.hpp
►
histogram_aggregator.hpp
►
histogram_view.hpp
►
json.hpp
►
labels.hpp
►
metadata.hpp
metric_tag.hpp
metric_tag_impl.hpp
►
metric_value.hpp
metrics_storage.hpp
metrics_storage_fwd.hpp
►
min_max_avg.hpp
►
percentile.hpp
percentile_format_json.hpp
►
portability_info.hpp
►
pretty_format.hpp
►
prometheus.hpp
►
rate.hpp
►
rate_counter.hpp
recentperiod.hpp
recentperiod_detail.hpp
►
relaxed_counter.hpp
►
solomon.hpp
►
storage.hpp
►
striped_rate_counter.hpp
system_statistics_collector.hpp
►
writer.hpp
►
async.hpp
►
cpu_relax.hpp
►
daemon_run.hpp
graphite.hpp
►
hedged_request.hpp
internal_tag_fwd.hpp
►
lazy_shared_ptr.hpp
►
log.hpp
►
periodic_task.hpp
►
retry_budget.hpp
►
text.hpp
►
userver_info.hpp
►
userver
►
userver
►
userver
►
userver
►
userver
►
userver
►
userver
►
userver
►
userver
►
userver
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
graphite.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/statistics/graphite.hpp
4
/// @brief Statistics output in Graphite format.
5
6
#
include
<
string
>
7
8
#
include
<
userver
/
utils
/
statistics
/
storage
.
hpp
>
9
10
USERVER_NAMESPACE_BEGIN
11
12
namespace
utils::statistics {
13
14
/// Output `statistics` in Graphite format with tags (labels).
15
std::string
ToGraphiteFormat
(
16
const
utils::statistics::Storage& statistics,
17
const
utils::statistics::Request& statistics_request = {});
18
19
}
// namespace utils::statistics
20
21
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
utils
statistics
graphite.hpp
Generated on Wed May 15 2024 22:23:41 for userver by
Doxygen
1.10.0