Skip to content

Commit

Permalink
chore: update block proposal errors dashboard panel (#7179)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Oct 21, 2024
1 parent b1b5623 commit e6c1c5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dashboards/lodestar_block_production.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "rate(lodestar_api_rest_errors_total{operationId=~\"produceBlockV2|produceBlindedBlock|publishBlock|publishBlindedBlock\"}[$rate_interval])",
"expr": "rate(lodestar_api_rest_errors_total{operationId=~\"produceBlockV3|publishBlockV2|publishBlindedBlockV2\"}[$rate_interval])",
"legendFormat": "{{operationId}}",
"range": true,
"refId": "A"
Expand Down
1 change: 0 additions & 1 deletion packages/api/src/beacon/routes/beacon/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ export function getDefinitions(config: ChainForkConfig): RouteDefinitions<Endpoi
const fork = config.getForkName(signedBlindedBlock.message.slot);
return {
body: getExecutionForkTypes(fork).SignedBlindedBeaconBlock.toJson(signedBlindedBlock),

headers: {
[MetaHeader.Version]: fork,
},
Expand Down

0 comments on commit e6c1c5b

Please sign in to comment.