Standard field options | Grafana Labs
grafana.com › docs › grafanaLeave blank for auto calculation based on all series and fields. No value. Enter what Grafana should display if the field value is empty or null. The default value is a hyphen (-). Unit. Lets you choose what unit a field should use. Click in the Unit field, then drill down until you find the unit you want. The unit you select is applied to all ...
Types and options | Grafana Labs
grafana.com › docs › grafanaGrafana displays a list of fields returned by the query. You can: Change field order by hovering your cursor over a field. The cursor turns into a hand and then you can drag the field to its new place. Hide or show a field by clicking the eye icon next to the field name. Rename fields by typing a new name in the Rename box.
Rows to fields | Grafana Labs
grafana.com › transformations › rows-to-fieldsRows to fields transform. Note: This is a new beta transformation introduced in v8.1. This transforms rows into separate fields. This can be useful as fields can be styled and configured individually, something rows cannot. It can also use additional fields as sources for dynamic field configuration or map them to field labels.
Queries | Grafana Labs
https://grafana.com/docs/grafana/latest/panels/queriesGrafana automatically calculates an appropriate interval and it can be used as a variable in templated queries. The variable is either in seconds: $__interval or in milliseconds: $__interval_ms. It is typically used in aggregation functions like sum or average. For example, a Prometheus query using the interval variable: rate (http_requests ...