mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
Fix description in prometheus endpoint
This commit is contained in:
@ -276,7 +276,7 @@ impl Service {
|
||||
// rrdp_duration
|
||||
unwrap!(writeln!(res, "
|
||||
\n\
|
||||
# HELP routinator_rrdp_duration duration of rsync in seconds\n\
|
||||
# HELP routinator_rrdp_duration duration of rrdp in seconds\n\
|
||||
# TYPE routinator_rrdp_duration gauge"
|
||||
));
|
||||
for metrics in metrics.rrdp() {
|
||||
|
Reference in New Issue
Block a user