Expose prometheus metrics for minimal-relay-chain node in collators (#1942)

Until now prometheus metrics were not exposed by the minimal relay chain
node.
Also slight cleanups.
This commit is contained in:
Sebastian Kunert
2023-10-20 00:47:54 +02:00
committed by GitHub
parent b967ba53d3
commit e1e0381380
4 changed files with 18 additions and 15 deletions
Generated
+1
View File
@@ -3899,6 +3899,7 @@ dependencies = [
"sp-consensus",
"sp-consensus-babe",
"sp-runtime",
"substrate-prometheus-endpoint",
"tracing",
]