Documentation
¶
Index ¶
- type Option
- func Collapse() Option
- func HideTitle() Option
- func RepeatFor(variable string) Option
- func ShowTitle() Option
- func WithGraph(title string, options ...graph.Option) Option
- func WithHeatmap(title string, options ...heatmap.Option) Option
- func WithLogs(title string, options ...logs.Option) Option
- func WithSingleStat(title string, options ...singlestat.Option) Option
- func WithStat(title string, options ...stat.Option) Option
- func WithTable(title string, options ...table.Option) Option
- func WithText(title string, options ...text.Option) Option
- func WithTimeSeries(title string, options ...timeseries.Option) Option
- type Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
Option represents an option that can be used to configure a row.
func Collapse ¶ added in v0.17.0
func Collapse() Option
Collapse makes the row collapsed by default.
func HideTitle ¶
func HideTitle() Option
HideTitle ensures that the title of the row will NOT be displayed.
func RepeatFor ¶ added in v0.12.7
RepeatFor will repeat the row for all values of the given variable.
func ShowTitle ¶
func ShowTitle() Option
ShowTitle ensures that the title of the row will be displayed.
func WithGraph ¶
WithGraph adds a "graph" panel in the row. Deprecated: use WithTimeSeries() instead.
func WithHeatmap ¶ added in v0.13.0
WithHeatmap adds a "heatmap" panel in the row.
func WithSingleStat ¶ added in v0.3.0
func WithSingleStat(title string, options ...singlestat.Option) Option
WithSingleStat adds a "single stat" panel in the row. Deprecated: use WithStat() instead
func WithTimeSeries ¶ added in v0.19.0
func WithTimeSeries(title string, options ...timeseries.Option) Option
WithTimeSeries adds a "timeseries" panel in the row.
Click to show internal directories.
Click to hide internal directories.