Skip to content

Commit

Permalink
fix: Grafana sync times are blank for longer time ranges (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 authored Sep 13, 2023
1 parent d77970b commit 82c996a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-paws-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@farcaster/hubble": patch
---

fix: Grafana: Sync times are blank for longer timeranges
4 changes: 2 additions & 2 deletions apps/hubble/grafana/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
"tooltip": false,
"viz": false
},
"lineInterpolation": "stepBefore",
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
Expand Down Expand Up @@ -814,7 +814,7 @@
{
"refCount": 0,
"refId": "A",
"target": "stats.timers.hubble.syncengine.sync_time_ms.mean"
"target": "stats.timers.hubble.syncengine.sync_time_ms.sum"
}
],
"title": "Sync Duration",
Expand Down

0 comments on commit 82c996a

Please sign in to comment.