Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Jul 15, 2024
1 parent 31b1b43 commit 17f1d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuiexporter/internal/tui/component/metric.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,12 +426,12 @@ func drawMetricChartByRow(store *telemetry.Store, row int) tview.Primitive {
}
case pmetric.MetricTypeHistogram:
support = false
break
case pmetric.MetricTypeExponentialHistogram:
support = false
break
case pmetric.MetricTypeSummary:
support = false
}
if !support {
break
}

Expand Down

0 comments on commit 17f1d26

Please sign in to comment.