PanelBuilderπ
Constructorπ
Methodsπ
Buildπ
Builds the object.
AxisBorderShowπ
AxisCenteredZeroπ
AxisColorModeπ
AxisGridShowπ
AxisLabelπ
AxisPlacementπ
AxisSoftMaxπ
AxisSoftMinπ
AxisWidthπ
CacheTimeoutπ
Sets panel queries cache timeout.
ColorSchemeπ
Panel color configuration
Datasourceπ
The datasource used in all targets.
Decimalsπ
Specify the number of decimals Grafana includes in the rendered value.
If you leave this field blank, Grafana automatically truncates the number of decimals based on the value.
For example 1.1234 will display as 1.12 and 100.456 will display as 100.
To display all decimals, set the unit to String
.
Descriptionπ
Panel description.
Dimsπ
Table Mode (auto)
DisplayNameπ
The display value for this field. This supports template variables blank is auto
GridPosπ
Grid position.
Heightπ
Panel height. The height is the number of rows from the top edge of the panel.
HideFromπ
HideTimeOverrideπ
Controls if the timeFrom or timeShift overrides are shown in the panel header
Idπ
Unique identifier of the panel. Generated by Grafana when creating a new panel. It must be unique within a dashboard, but not globally.
Intervalπ
The min time interval setting defines a lower limit for the $__interval and $__interval_ms variables.
This value must be formatted as a number followed by a valid time
identifier like: "40s", "3d", etc.
See: https://grafana.com/docs/grafana/latest/panels-visualizations/query-transform-data/#query-options
Labelπ
LabelValueπ
func (builder *PanelBuilder) LabelValue(labelValue cog.Builder[common.TextDimensionConfig]) *PanelBuilder
Legendπ
LibraryPanelπ
Dynamically load the panel
LineColorπ
func (builder *PanelBuilder) LineColor(lineColor cog.Builder[common.ColorDimensionConfig]) *PanelBuilder
LineStyleπ
LineWidthπ
Linksπ
Panel links.
Mappingsπ
Convert input values into a display string
Maxπ
The maximum value used in percentage threshold calculations. Leave blank for auto calculation based on all series and fields.
MaxDataPointsπ
The maximum number of data points that the panel queries are retrieving.
MaxPerRowπ
Option for repeated panels that controls max items per row
Only relevant for horizontally repeated panels
Minπ
The minimum value used in percentage threshold calculations. Leave blank for auto calculation based on all series and fields.
NoValueπ
Alternative to empty string
Overridesπ
Overrides are the options applied to specific fields overriding the defaults.
func (builder *PanelBuilder) Overrides(overrides []cog.Builder[dashboard.DashboardFieldConfigSourceOverrides]) *PanelBuilder
PointColorπ
func (builder *PanelBuilder) PointColor(pointColor cog.Builder[common.ColorDimensionConfig]) *PanelBuilder
PointSizeπ
func (builder *PanelBuilder) PointSize(pointSize cog.Builder[common.ScaleDimensionConfig]) *PanelBuilder
QueryCachingTTLπ
Overrides the data source configured time-to-live for a query cache item in milliseconds
Repeatπ
Name of template variable to repeat for.
RepeatDirectionπ
Direction to repeat in if 'repeat' is set.
h
for horizontal, v
for vertical.
func (builder *PanelBuilder) RepeatDirection(repeatDirection dashboard.PanelRepeatDirection) *PanelBuilder
ScaleDistributionπ
func (builder *PanelBuilder) ScaleDistribution(scaleDistribution cog.Builder[common.ScaleDistributionConfig]) *PanelBuilder
Seriesπ
Manual Mode
func (builder *PanelBuilder) Series(series []cog.Builder[xychart.ScatterSeriesConfig]) *PanelBuilder
SeriesMappingπ
Showπ
Spanπ
Panel width. The width is the number of columns from the left edge of the panel.
Targetsπ
Depends on the panel plugin. See the plugin documentation for details.
Thresholdsπ
Map numeric values to states
func (builder *PanelBuilder) Thresholds(thresholds cog.Builder[dashboard.ThresholdsConfig]) *PanelBuilder
TimeFromπ
Overrides the relative time range for individual panels,
which causes them to be different than what is selected in
the dashboard time picker in the top-right corner of the dashboard. You can use this to show metrics from different
time periods or days on the same dashboard.
The value is formatted as time operation like: now-5m
(Last 5 minutes), now/d
(the day so far),
now-5d/d
(Last 5 days), now/w
(This week so far), now-2y/y
(Last 2 years).
Note: Panel time overrides have no effect when the dashboardβs time range is absolute.
See: https://grafana.com/docs/grafana/latest/panels-visualizations/query-transform-data/#query-options
TimeShiftπ
Overrides the time range for individual panels by shifting its start and end relative to the time picker.
For example, you can shift the time range for the panel to be two hours earlier than the dashboard time picker setting 2h
.
Note: Panel time overrides have no effect when the dashboardβs time range is absolute.
See: https://grafana.com/docs/grafana/latest/panels-visualizations/query-transform-data/#query-options
Titleπ
Panel title.
Tooltipπ
Transformationsπ
List of transformations that are applied to the panel data before rendering.
When there are multiple transformations, Grafana applies them in the order they are listed.
Each transformation creates a result set that then passes on to the next transformation in the processing pipeline.
func (builder *PanelBuilder) Transformations(transformations []dashboard.DataTransformerConfig) *PanelBuilder
Transparentπ
Whether to display the panel without a background.
Unitπ
Unit a field should use. The unit you select is applied to all fields except time.
You can use the units ID availables in Grafana or a custom unit.
Available units in Grafana: https://github.com/grafana/grafana/blob/main/packages/grafana-data/src/valueFormats/categories.ts
As custom unit, you can use the following formats:
suffix:<suffix>
for custom unit that should go after value.
prefix:<prefix>
for custom unit that should go before value.
time:<format>
For custom date time formats type for example time:YYYY-MM-DD
.
si:<base scale><unit characters>
for custom SI units. For example: si: mF
. This one is a bit more advanced as you can specify both a unit and the source data scale. So if your source data is represented as milli (thousands of) something prefix the unit with that SI scale character.
count:<unit>
for a custom count unit.
currency:<unit>
for custom a currency unit.
WithOverrideπ
Overrides are the options applied to specific fields overriding the defaults.
func (builder *PanelBuilder) WithOverride(matcher dashboard.MatcherConfig, properties []dashboard.DynamicConfigValue) *PanelBuilder
WithTargetπ
Depends on the panel plugin. See the plugin documentation for details.
WithTransformationπ
List of transformations that are applied to the panel data before rendering.
When there are multiple transformations, Grafana applies them in the order they are listed.
Each transformation creates a result set that then passes on to the next transformation in the processing pipeline.
func (builder *PanelBuilder) WithTransformation(transformation dashboard.DataTransformerConfig) *PanelBuilder