Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
6ddb92ca
Unverified
Commit
6ddb92ca
authored
Aug 11, 2023
by
imulmat4
Committed by
GitHub
Aug 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/txpool/blobpool: fix metrics name for prometheus export (#27901)
parent
e2507a17
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
metrics.go
core/txpool/blobpool/metrics.go
+8
-8
No files found.
core/txpool/blobpool/metrics.go
View file @
6ddb92ca
...
...
@@ -35,15 +35,15 @@ var (
// The below metrics track the per-shelf metrics for the primary blob store
// and the temporary limbo store.
shelfDatausedGaugeName
=
"blobpool/shelf
-
%d/dataused"
shelfDatagapsGaugeName
=
"blobpool/shelf
-
%d/datagaps"
shelfSlotusedGaugeName
=
"blobpool/shelf
-
%d/slotused"
shelfSlotgapsGaugeName
=
"blobpool/shelf
-
%d/slotgaps"
shelfDatausedGaugeName
=
"blobpool/shelf
_
%d/dataused"
shelfDatagapsGaugeName
=
"blobpool/shelf
_
%d/datagaps"
shelfSlotusedGaugeName
=
"blobpool/shelf
_
%d/slotused"
shelfSlotgapsGaugeName
=
"blobpool/shelf
_
%d/slotgaps"
limboShelfDatausedGaugeName
=
"blobpool/limbo/shelf
-
%d/dataused"
limboShelfDatagapsGaugeName
=
"blobpool/limbo/shelf
-
%d/datagaps"
limboShelfSlotusedGaugeName
=
"blobpool/limbo/shelf
-
%d/slotused"
limboShelfSlotgapsGaugeName
=
"blobpool/limbo/shelf
-
%d/slotgaps"
limboShelfDatausedGaugeName
=
"blobpool/limbo/shelf
_
%d/dataused"
limboShelfDatagapsGaugeName
=
"blobpool/limbo/shelf
_
%d/datagaps"
limboShelfSlotusedGaugeName
=
"blobpool/limbo/shelf
_
%d/slotused"
limboShelfSlotgapsGaugeName
=
"blobpool/limbo/shelf
_
%d/slotgaps"
// The oversized metrics aggregate the shelf stats above the max blob count
// limits to track transactions that are just huge, but don't contain blobs.
...
...
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