
Adding format to schema base panel, in order to use graph unit e.g bytes, precent, deckbytes etc. Change-Id: I754596738970177bb70c5425d38e1291c56c84a9
15 lines
333 B
YAML
15 lines
333 B
YAML
dashboard:
|
|
title: New dashboard
|
|
rows:
|
|
- title: New row
|
|
height: 250px
|
|
panels:
|
|
- title: no title (click here)
|
|
type: graph
|
|
leftYAxisLabel: left label
|
|
rightYAxisLabel: right label
|
|
y_formats:
|
|
- hertz
|
|
- µs
|
|
format: bytes
|