Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
024a9271
Unverified
Commit
024a9271
authored
Nov 24, 2021
by
sandreim
Committed by
GitHub
Nov 24, 2021
Browse files
fix provisioner metric docs (#4359)
Signed-off-by:
Andrei Sandu
<
andrei-mihail@parity.io
>
parent
0609dc74
Pipeline
#167797
passed with stages
in 45 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/core/provisioner/src/metrics.rs
View file @
024a9271
...
@@ -23,9 +23,9 @@ struct MetricsInner {
...
@@ -23,9 +23,9 @@ struct MetricsInner {
request_inherent_data
:
prometheus
::
Histogram
,
request_inherent_data
:
prometheus
::
Histogram
,
provisionable_data
:
prometheus
::
Histogram
,
provisionable_data
:
prometheus
::
Histogram
,
/// The dispute_statement
.*
metrics trak how many disputes/votes the runtime will have to process. It will count
/// The
`
dispute_statement
_*`
metrics tra
c
k how many disputes/votes the runtime will have to process. It will count
/// all recent statements meaning every dispute from last sessions: 10 min on Rococo, 60 min on Kusama and
/// all recent statements meaning every dispute from last sessions: 10 min on Rococo, 60 min on Kusama and
/// 4 hours on Polkadot. The metrics are updated only when the node authors block, so values vary across nodes.
/// 4 hours on Polkadot. The metrics are updated only when the node authors
a
block, so values vary across nodes.
dispute_statement_sets_requested
:
prometheus
::
Counter
<
prometheus
::
U64
>
,
dispute_statement_sets_requested
:
prometheus
::
Counter
<
prometheus
::
U64
>
,
dispute_statements_requested
:
prometheus
::
CounterVec
<
prometheus
::
U64
>
,
dispute_statements_requested
:
prometheus
::
CounterVec
<
prometheus
::
U64
>
,
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment