Skip to content
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
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ services:
- ${PORT__INFLUXDB:-8086}:8086

volumes:
dtl:
geth:
prometheus_data:
grafana_data:
Expand Down
102 changes: 5 additions & 97 deletions docker/grafana/dashboards/simple_node_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 1,
"links": [],
"liveNow": false,
"panels": [
Expand Down Expand Up @@ -1122,99 +1123,6 @@
"title": "Legacy System Overview (pre-Bedrock)",
"type": "row"
},
{
"datasource": {
"type": "prometheus",
"uid": "6R74VAnVz"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"graph": false,
"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": 8,
"w": 12,
"x": 0,
"y": 17
},
"id": 8,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "6R74VAnVz"
},
"editorMode": "code",
"expr": "data_transport_layer_highest_synced_l1_block{}",
"legendFormat": "DTL Height",
"range": true,
"refId": "A"
}
],
"title": "DTL Height",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
Expand Down Expand Up @@ -1277,8 +1185,8 @@
},
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"w": 24,
"x": 0,
"y": 17
},
"id": 27,
Expand Down Expand Up @@ -1907,6 +1815,6 @@
"timezone": "",
"title": "Simple Node Dashboard",
"uid": "fNH7uZ97k",
"version": 1,
"version": 3,
"weekStart": ""
}
}
4 changes: 0 additions & 4 deletions docker/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ global:
evaluation_interval: 15s

scrape_configs:
- job_name: 'dtl'
static_configs:
- targets: ['dtl:7878']

- job_name: 'healthcheck'
static_configs:
- targets: ['healthcheck:7300']
Expand Down
11 changes: 0 additions & 11 deletions scripts/start-dtl.sh

This file was deleted.

Loading