Merge branch 'pratik/otel-phase8-log-correlation' into pratik/otel-phase9-metric-gap-fill

This commit is contained in:
Pratik Mankawde
2026-06-04 11:28:04 +01:00
3 changed files with 24 additions and 6 deletions

View File

@@ -384,7 +384,8 @@
"sort": "desc"
},
"yAxis": {
"axisLabel": "Duration (ms)"
"axisLabel": "Duration (ms)",
"unit": "ms"
}
},
"targets": [
@@ -396,7 +397,12 @@
"legendFormat": "{{le}}",
"format": "heatmap"
}
]
],
"fieldConfig": {
"defaults": {
"unit": "ms"
}
}
},
{
"title": "Close Time: Raw Proposals (Per Node)",

View File

@@ -150,7 +150,8 @@
"sort": "desc"
},
"yAxis": {
"axisLabel": "Duration (ms)"
"axisLabel": "Duration (ms)",
"unit": "ms"
}
},
"targets": [
@@ -162,7 +163,12 @@
"legendFormat": "{{le}}",
"format": "heatmap"
}
]
],
"fieldConfig": {
"defaults": {
"unit": "ms"
}
}
},
{
"title": "Overall RPC Throughput",

View File

@@ -186,7 +186,8 @@
"sort": "desc"
},
"yAxis": {
"axisLabel": "Duration (ms)"
"axisLabel": "Duration (ms)",
"unit": "ms"
}
},
"targets": [
@@ -198,7 +199,12 @@
"legendFormat": "{{le}}",
"format": "heatmap"
}
]
],
"fieldConfig": {
"defaults": {
"unit": "ms"
}
}
},
{
"title": "Transaction Apply Duration per Ledger",