Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
vicotor
ethereum-package
Commits
4d7df4be
Unverified
Commit
4d7df4be
authored
Aug 11, 2023
by
Barnabas Busa
Committed by
GitHub
Aug 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: disable login for grafana (#122)
feat: disable login for grafana
parent
b0903bda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
598 additions
and
33 deletions
+598
-33
grafana_launcher.star
src/grafana/grafana_launcher.star
+7
-1
default.json
static_files/grafana-config/dashboards/default.json
+591
-32
No files found.
src/grafana/grafana_launcher.star
View file @
4d7df4be
...
@@ -55,7 +55,13 @@ def get_config(grafana_config_artifacts_name, grafana_dashboards_artifacts_name)
...
@@ -55,7 +55,13 @@ def get_config(grafana_config_artifacts_name, grafana_dashboards_artifacts_name)
return ServiceConfig(
return ServiceConfig(
image = IMAGE_NAME,
image = IMAGE_NAME,
ports = USED_PORTS,
ports = USED_PORTS,
env_vars = {CONFIG_DIRPATH_ENV_VAR: GRAFANA_CONFIG_DIRPATH_ON_SERVICE},
env_vars = {
CONFIG_DIRPATH_ENV_VAR: GRAFANA_CONFIG_DIRPATH_ON_SERVICE,
"GF_AUTH_ANONYMOUS_ENABLED": "true",
"GF_AUTH_ANONYMOUS_ORG_ROLE": "Admin",
"GF_AUTH_ANONYMOUS_ORG_NAME": "Main Org.",
"GF_DASHBOARDS_DEFAULT_HOME_DASHBOARD_PATH": "/dashboards/default.json",
},
files = {
files = {
GRAFANA_CONFIG_DIRPATH_ON_SERVICE: grafana_config_artifacts_name,
GRAFANA_CONFIG_DIRPATH_ON_SERVICE: grafana_config_artifacts_name,
GRAFANA_DASHBOARDS_DIRPATH_ON_SERVICE: grafana_dashboards_artifacts_name
GRAFANA_DASHBOARDS_DIRPATH_ON_SERVICE: grafana_dashboards_artifacts_name
...
...
static_files/grafana-config/dashboards/default.json
View file @
4d7df4be
...
@@ -3,7 +3,10 @@
...
@@ -3,7 +3,10 @@
"list"
:
[
"list"
:
[
{
{
"builtIn"
:
1
,
"builtIn"
:
1
,
"datasource"
:
"-- Grafana --"
,
"datasource"
:
{
"type"
:
"datasource"
,
"uid"
:
"grafana"
},
"enable"
:
true
,
"enable"
:
true
,
"hide"
:
true
,
"hide"
:
true
,
"iconColor"
:
"rgba(0, 211, 255, 1)"
,
"iconColor"
:
"rgba(0, 211, 255, 1)"
,
...
@@ -21,17 +24,23 @@
...
@@ -21,17 +24,23 @@
"editable"
:
true
,
"editable"
:
true
,
"fiscalYearStartMonth"
:
0
,
"fiscalYearStartMonth"
:
0
,
"graphTooltip"
:
0
,
"graphTooltip"
:
0
,
"id"
:
1
,
"id"
:
2
,
"links"
:
[],
"links"
:
[],
"liveNow"
:
false
,
"liveNow"
:
false
,
"panels"
:
[
"panels"
:
[
{
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"fieldConfig"
:
{
"defaults"
:
{
"defaults"
:
{
"color"
:
{
"color"
:
{
"mode"
:
"palette-classic"
"mode"
:
"palette-classic"
},
},
"custom"
:
{
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"barAlignment"
:
0
,
...
@@ -82,12 +91,13 @@
...
@@ -82,12 +91,13 @@
"x"
:
0
,
"x"
:
0
,
"y"
:
0
"y"
:
0
},
},
"id"
:
2
,
"id"
:
1
2
,
"options"
:
{
"options"
:
{
"legend"
:
{
"legend"
:
{
"calcs"
:
[],
"calcs"
:
[],
"displayMode"
:
"list"
,
"displayMode"
:
"list"
,
"placement"
:
"bottom"
"placement"
:
"bottom"
,
"showLegend"
:
true
},
},
"tooltip"
:
{
"tooltip"
:
{
"mode"
:
"single"
,
"mode"
:
"single"
,
...
@@ -100,19 +110,68 @@
...
@@ -100,19 +110,68 @@
"type"
:
"prometheus"
,
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
"uid"
:
"PBFA97CFB590B2093"
},
},
"exemplar"
:
true
,
"editorMode"
:
"code"
,
"expr"
:
"beacon_head_slot{}"
,
"expr"
:
"rate(replay_blocks_count_sum{job=~
\"
cl-.*-prysm-geth|cl-.*-lighthouse-geth
\"
}[$__rate_interval])"
,
"interval"
:
""
,
"legendFormat"
:
"{{job}}"
,
"legendFormat"
:
"{{job}}"
,
"range"
:
true
,
"refId"
:
"A"
"refId"
:
"A"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"editorMode"
:
"code"
,
"expr"
:
""
,
"hide"
:
false
,
"legendFormat"
:
"__auto"
,
"range"
:
true
,
"refId"
:
"C"
}
}
],
],
"title"
:
"
Beacon Head Slo
t"
,
"title"
:
"
replay blocks coun
t"
,
"type"
:
"timeseries"
"type"
:
"timeseries"
},
},
{
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"fieldConfig"
:
{
"defaults"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"mappings"
:
[],
"thresholds"
:
{
"thresholds"
:
{
"mode"
:
"absolute"
,
"mode"
:
"absolute"
,
...
@@ -126,10 +185,39 @@
...
@@ -126,10 +185,39 @@
"value"
:
80
"value"
:
80
}
}
]
]
},
}
"unit"
:
"short"
},
},
"overrides"
:
[]
"overrides"
:
[
{
"__systemRef"
:
"hideSeriesFrom"
,
"matcher"
:
{
"id"
:
"byNames"
,
"options"
:
{
"mode"
:
"exclude"
,
"names"
:
[
"cl-3-prysm-geth"
,
"cl-6-prysm-geth"
,
"cl-1-lighthouse-geth"
,
"cl-2-lighthouse-geth"
,
"cl-5-prysm-geth"
,
"cl-4-prysm-geth"
],
"prefix"
:
"All except:"
,
"readOnly"
:
true
}
},
"properties"
:
[
{
"id"
:
"custom.hideFrom"
,
"value"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
true
}
}
]
}
]
},
},
"gridPos"
:
{
"gridPos"
:
{
"h"
:
8
,
"h"
:
8
,
...
@@ -137,43 +225,50 @@
...
@@ -137,43 +225,50 @@
"x"
:
12
,
"x"
:
12
,
"y"
:
0
"y"
:
0
},
},
"id"
:
4
,
"id"
:
2
,
"options"
:
{
"options"
:
{
"colorMode"
:
"background"
,
"legend"
:
{
"graphMode"
:
"none"
,
"calcs"
:
[],
"justifyMode"
:
"auto"
,
"displayMode"
:
"list"
,
"orientation"
:
"auto"
,
"placement"
:
"bottom"
,
"reduceOptions"
:
{
"showLegend"
:
true
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
},
"textMode"
:
"auto"
"tooltip"
:
{
"mode"
:
"single"
,
"sort"
:
"none"
}
},
},
"pluginVersion"
:
"8.4.2"
,
"targets"
:
[
"targets"
:
[
{
{
"datasource"
:
{
"datasource"
:
{
"type"
:
"prometheus"
,
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
"uid"
:
"PBFA97CFB590B2093"
},
},
"editorMode"
:
"code"
,
"exemplar"
:
true
,
"exemplar"
:
true
,
"expr"
:
"
libp2p_peers{
}"
,
"expr"
:
"
beacon_head_slot{job=~
\"
cl-.*-prysm-geth|cl-.*-lighthouse-geth
\"
}"
,
"interval"
:
""
,
"interval"
:
""
,
"legendFormat"
:
"{{job}}"
,
"legendFormat"
:
"{{job}}"
,
"range"
:
true
,
"refId"
:
"A"
"refId"
:
"A"
}
}
],
],
"title"
:
"
Peers
"
,
"title"
:
"
Beacon Head Slot
"
,
"type"
:
"
stat
"
"type"
:
"
timeseries
"
},
},
{
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"fieldConfig"
:
{
"defaults"
:
{
"defaults"
:
{
"color"
:
{
"color"
:
{
"mode"
:
"palette-classic"
"mode"
:
"palette-classic"
},
},
"custom"
:
{
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"barAlignment"
:
0
,
...
@@ -216,20 +311,421 @@
...
@@ -216,20 +311,421 @@
]
]
}
}
},
},
"overrides"
:
[]
"overrides"
:
[
{
"__systemRef"
:
"hideSeriesFrom"
,
"matcher"
:
{
"id"
:
"byNames"
,
"options"
:
{
"mode"
:
"exclude"
,
"names"
:
[
"cl-5-prysm-geth"
,
"cl-6-prysm-geth"
,
"cl-4-prysm-geth"
,
"cl-1-lighthouse-geth"
,
"cl-3-prysm-geth"
,
"cl-2-prysm-geth"
,
"cl-2-lighthouse-geth"
],
"prefix"
:
"All except:"
,
"readOnly"
:
true
}
},
"properties"
:
[
{
"id"
:
"custom.hideFrom"
,
"value"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
true
}
}
]
}
]
},
},
"gridPos"
:
{
"gridPos"
:
{
"h"
:
8
,
"h"
:
8
,
"w"
:
24
,
"w"
:
12
,
"x"
:
0
,
"x"
:
0
,
"y"
:
8
"y"
:
8
},
},
"id"
:
8
,
"options"
:
{
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"list"
,
"placement"
:
"bottom"
,
"showLegend"
:
true
},
"tooltip"
:
{
"mode"
:
"single"
,
"sort"
:
"none"
}
},
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"editorMode"
:
"code"
,
"expr"
:
"beacon_finalized_epoch{job=~
\"
cl-.*-prysm-geth|cl-.*-lighthouse-geth
\"
}"
,
"hide"
:
false
,
"legendFormat"
:
"{{job}}"
,
"range"
:
true
,
"refId"
:
"B"
}
],
"title"
:
"finalized epoch head"
,
"type"
:
"timeseries"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
},
{
"color"
:
"red"
,
"value"
:
80
}
]
}
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
6
,
"x"
:
12
,
"y"
:
8
},
"id"
:
16
,
"options"
:
{
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"list"
,
"placement"
:
"bottom"
,
"showLegend"
:
true
},
"tooltip"
:
{
"mode"
:
"single"
,
"sort"
:
"none"
}
},
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"editorMode"
:
"code"
,
"expr"
:
"rate(hot_state_cache_hit{job=~
\"
cl-.*-prysm-geth
\"
}[1m])/(rate(hot_state_cache_miss{job=~
\"
cl-.*-prysm-geth
\"
}[1m])+rate(hot_state_cache_hit{job=~
\"
cl-.*-prysm-geth
\"
}[1m]))"
,
"legendFormat"
:
"{{job}}"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"Hot State Cache Hit Rate"
,
"type"
:
"timeseries"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
},
{
"color"
:
"red"
,
"value"
:
80
}
]
}
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
6
,
"x"
:
18
,
"y"
:
8
},
"id"
:
18
,
"options"
:
{
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"list"
,
"placement"
:
"bottom"
,
"showLegend"
:
true
},
"tooltip"
:
{
"mode"
:
"single"
,
"sort"
:
"none"
}
},
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"editorMode"
:
"code"
,
"expr"
:
"rate(next_slot_cache_hit{job=~
\"
cl-.*-prysm-geth
\"
}[1m])/(rate(next_slot_cache_miss{job=~
\"
cl-.*-prysm-geth
\"
}[1m])+rate(next_slot_cache_hit{job=~
\"
cl-.*-prysm-geth
\"
}[1m]))"
,
"legendFormat"
:
"{{job}}"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"Next Slot Cache Hit %"
,
"type"
:
"timeseries"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
},
{
"color"
:
"red"
,
"value"
:
80
}
]
}
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
6
,
"x"
:
12
,
"y"
:
14
},
"id"
:
14
,
"options"
:
{
"legend"
:
{
"calcs"
:
[],
"displayMode"
:
"list"
,
"placement"
:
"bottom"
,
"showLegend"
:
true
},
"tooltip"
:
{
"mode"
:
"single"
,
"sort"
:
"none"
}
},
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"editorMode"
:
"code"
,
"expr"
:
"rate(attestation_cache_hit{job=~
\"
cl-.*-prysm-geth
\"
}[1m])/(rate(attestation_cache_miss{job=~
\"
cl-.*-prysm-geth
\"
}[1m])+rate(attestation_cache_hit{job=~
\"
cl-.*-prysm-geth
\"
}[1m]))"
,
"legendFormat"
:
"{{job}}"
,
"range"
:
true
,
"refId"
:
"A"
}
],
"title"
:
"Att Cache Hit Rate"
,
"type"
:
"timeseries"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"defaults"
:
{
"color"
:
{
"mode"
:
"palette-classic"
},
"custom"
:
{
"axisCenteredZero"
:
false
,
"axisColorMode"
:
"text"
,
"axisLabel"
:
""
,
"axisPlacement"
:
"auto"
,
"barAlignment"
:
0
,
"drawStyle"
:
"line"
,
"fillOpacity"
:
0
,
"gradientMode"
:
"none"
,
"hideFrom"
:
{
"legend"
:
false
,
"tooltip"
:
false
,
"viz"
:
false
},
"lineInterpolation"
:
"linear"
,
"lineWidth"
:
1
,
"pointSize"
:
5
,
"scaleDistribution"
:
{
"type"
:
"linear"
},
"showPoints"
:
"auto"
,
"spanNulls"
:
false
,
"stacking"
:
{
"group"
:
"A"
,
"mode"
:
"none"
},
"thresholdsStyle"
:
{
"mode"
:
"off"
}
},
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
},
{
"color"
:
"red"
,
"value"
:
80
}
]
}
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
6
,
"w"
:
12
,
"x"
:
0
,
"y"
:
16
},
"id"
:
6
,
"id"
:
6
,
"options"
:
{
"options"
:
{
"legend"
:
{
"legend"
:
{
"calcs"
:
[],
"calcs"
:
[],
"displayMode"
:
"list"
,
"displayMode"
:
"list"
,
"placement"
:
"bottom"
"placement"
:
"bottom"
,
"showLegend"
:
true
},
},
"tooltip"
:
{
"tooltip"
:
{
"mode"
:
"single"
,
"mode"
:
"single"
,
...
@@ -273,24 +769,87 @@
...
@@ -273,24 +769,87 @@
"refId"
:
"C"
"refId"
:
"C"
}
}
],
],
"title"
:
"Pa
nel Title
"
,
"title"
:
"Pa
rtipants
"
,
"type"
:
"timeseries"
"type"
:
"timeseries"
},
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"fieldConfig"
:
{
"defaults"
:
{
"mappings"
:
[],
"thresholds"
:
{
"mode"
:
"absolute"
,
"steps"
:
[
{
"color"
:
"green"
,
"value"
:
null
},
{
"color"
:
"red"
,
"value"
:
80
}
]
},
"unit"
:
"short"
},
"overrides"
:
[]
},
"gridPos"
:
{
"h"
:
8
,
"w"
:
12
,
"x"
:
0
,
"y"
:
22
},
"id"
:
4
,
"options"
:
{
"colorMode"
:
"background"
,
"graphMode"
:
"none"
,
"justifyMode"
:
"auto"
,
"orientation"
:
"auto"
,
"reduceOptions"
:
{
"calcs"
:
[
"lastNotNull"
],
"fields"
:
""
,
"values"
:
false
},
"textMode"
:
"auto"
},
"pluginVersion"
:
"9.2.3"
,
"targets"
:
[
{
"datasource"
:
{
"type"
:
"prometheus"
,
"uid"
:
"PBFA97CFB590B2093"
},
"exemplar"
:
true
,
"expr"
:
"libp2p_peers{}"
,
"interval"
:
""
,
"legendFormat"
:
"{{job}}"
,
"refId"
:
"A"
}
],
"title"
:
"Peers"
,
"type"
:
"stat"
}
}
],
],
"schemaVersion"
:
3
5
,
"schemaVersion"
:
3
7
,
"style"
:
"dark"
,
"style"
:
"dark"
,
"tags"
:
[],
"tags"
:
[],
"templating"
:
{
"templating"
:
{
"list"
:
[]
"list"
:
[]
},
},
"time"
:
{
"time"
:
{
"from"
:
"now-
15
m"
,
"from"
:
"now-
30
m"
,
"to"
:
"now"
"to"
:
"now"
},
},
"timepicker"
:
{},
"timepicker"
:
{},
"timezone"
:
""
,
"timezone"
:
""
,
"title"
:
"Eth2 Merge Kurtosis Module Dashboard"
,
"title"
:
"Eth2 Merge Kurtosis Module Dashboard"
,
"uid"
:
"QdTOwy-nz"
,
"uid"
:
"QdTOwy-nz"
,
"version"
:
2
,
"version"
:
11
,
"weekStart"
:
""
"weekStart"
:
""
}
}
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