Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add reference to attestation summary metric explainer #6092

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions dashboards/lodestar_networking.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated diff but might as well clean this up here

"type": "datasource",
"label": "Prometheus",
"description": "",
"label": "Prometheus",
"name": "DS_PROMETHEUS",
"pluginId": "prometheus",
"pluginName": "Prometheus"
"pluginName": "Prometheus",
"type": "datasource"
}
],
"annotations": {
Expand Down
2 changes: 2 additions & 0 deletions dashboards/lodestar_validator_monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "https://hackmd.io/@dapplion/lodestar_attestation_summary",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -166,6 +167,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"description": "https://hackmd.io/@dapplion/lodestar_attestation_summary",
"fieldConfig": {
"defaults": {
"color": {
Expand Down
Loading