Skip to content

Commit c36466b

Browse files
committed
Updated Grafana with the new Signer routes
1 parent dfbdcc4 commit c36466b

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

provisioning/grafana/signer_public_dashboard.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,19 @@
539539
"list": [
540540
{
541541
"current": {
542-
"text": "$__all",
542+
"selected": true,
543+
"text": "All",
543544
"value": "$__all"
544545
},
545546
"description": "SignerAPI endpoint",
546547
"includeAll": true,
547548
"name": "endpoint",
548549
"options": [
550+
{
551+
"selected": true,
552+
"text": "All",
553+
"value": "$__all"
554+
},
549555
{
550556
"selected": false,
551557
"text": "get_pubkeys",
@@ -558,11 +564,21 @@
558564
},
559565
{
560566
"selected": false,
561-
"text": "request_signature",
562-
"value": "request_signature"
567+
"text": "request_signature_bls",
568+
"value": "request_signature_bls"
569+
},
570+
{
571+
"selected": false,
572+
"text": "request_signature_proxy_bls",
573+
"value": "request_signature_proxy_bls"
574+
},
575+
{
576+
"selected": false,
577+
"text": "request_signature_proxy_ecdsa",
578+
"value": "request_signature_proxy_ecdsa"
563579
}
564580
],
565-
"query": "get_pubkeys, generate_proxy_key, request_signature",
581+
"query": "get_pubkeys, generate_proxy_key, request_signature_bls, request_signature_proxy_bls, request_signature_proxy_ecdsa",
566582
"type": "custom"
567583
}
568584
]

0 commit comments

Comments
 (0)