Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lib
metrics
prometheus.h
Go to the documentation of this file.
1
/* Copyright (c) 2020-2021, The Tor Project, Inc. */
2
/* See LICENSE for licensing information */
3
4
/**
5
* @file prometheus.h
6
* @brief Header for feature/metrics/prometheus.c
7
**/
8
9
#ifndef TOR_LIB_METRICS_PROMETHEUS_H
10
#define TOR_LIB_METRICS_PROMETHEUS_H
11
12
#include "
lib/buf/buffers.h
"
13
#include "
lib/metrics/metrics_store_entry.h
"
14
15
void
prometheus_format_store_entry
(
const
metrics_store_entry_t *entry,
16
buf_t *data,
bool
no_comment);
17
18
#endif
/* !defined(TOR_LIB_METRICS_PROMETHEUS_H) */
buffers.h
Header file for buffers.c.
metrics_store_entry.h
Header for lib/metrics/metrics_store_entry.c.
prometheus_format_store_entry
void prometheus_format_store_entry(const metrics_store_entry_t *entry, buf_t *data, bool no_comment)
Definition:
prometheus.c:88
Generated by
1.9.4