Include basic prometheus handlers

This commit is contained in:
Dominik Werder
2022-07-27 13:09:48 +02:00
parent 41652fe3f9
commit 08cf6077f0
7 changed files with 449 additions and 4 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ members = ["daqbuffer", "h5out", "items", "items_proc", "nodenet", "httpclient",
[profile.release]
opt-level = 1
debug = 1
debug = 0
overflow-checks = false
debug-assertions = false
lto = "off"
codegen-units = 64
lto = "thin"
codegen-units = 128
incremental = true
[profile.release2]