Skip to content

Commit b2a2f05

Browse files
committed
style: run make fmt and revert docs change
1 parent 4f11007 commit b2a2f05

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/examples/simple.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ g.dashboard.new('Faro dashboard')
1212
+ g.dashboard.withPanels([
1313
g.panel.timeSeries.new('Requests / sec')
1414
+ g.panel.timeSeries.queryOptions.withTargets([
15-
g.query.testData.withQueryType('randomWalk')
16-
+ g.query.testData.withDatasource(),
15+
g.query.prometheus.new(
16+
'mimir',
17+
'sum by (status_code) (rate(request_duration_seconds_count{job=~".*/faro-api"}[$__rate_interval]))',
18+
),
1719
])
1820
+ g.panel.timeSeries.standardOptions.withUnit('reqps')
1921
+ g.panel.timeSeries.gridPos.withW(24)

0 commit comments

Comments
 (0)