When you use dashboard variables in transformations, the variables are automatically interpolated before the transformations are applied to the data. For an example, refer to Use a dashboard variable in the Filter fields by name transformation....
Related to dev PR #100225 Some examples of variable interpolation and references back from individual-transformation sections could also be helpful In docs and marketing so users understand the value Previous What's new: https://grafana...
Use this transformation to remove parts of your query results. There are three ways to filter field names: Enter a regular expression. Manually select included fields. Use a dashboard variable. Use a regular expression When you filter using a regular expression, field names that match the regula...
TitleA human-readable label for the action that’s displayed in the UI. Confirmation messageA descriptive prompt to confirm or cancel the action. MethodSelect fromPOST,PUT, orGET. URLThe request URL. To add a variable, click in theURLfield and enter$or press Ctrl+Space or Cmd+Space to ...
Variables dynamically change your queries across all panels in a dashboard. Note Repeating panels require variables to have one or more items selected; you cannot repeat a panel zero times to hide it. Before you begin: Ensure that the query includes a multi-value variable. To configure ...
Affected use cases: - Using `${datasourceVariable}` to display the data source name in text panel or in the panel title. - Using `${datasourceVariable}` to use the data source name as part of the query content. Unaffected use cases: ...
- **Transformations:** Add support for dashboard variable in limit, sort by, filter by value, heatmap and histogram. [#75372](https://github.com/grafana/grafana/issues/75372), [@oscarkilhed](https://github.com/oscarkilhed) - **GrafanaUI:** Smaller padding around Drawer's title, subti...
Create a variable with the textbox type, and have a default value Use any dataset, like random walk Use the "create field from calculation" transformation to subtract 1 from the variable set in 1. Note the name of the data starts with the default value, and changes when you change the ...
Docker: Use our own glibc 2.40 binaries #99918, @DanCech TransformationFilter: Include transformation outputs in transformation filtering options #99878, @Sergej-Vlasov grafana-ui: Update InlineField error prop type to React.ReactNode #100373, @Clarity-89 Bug fixes Alerting: Allow specifying uid ...
You may try to set env variable GOGC=10 for Grafana pod to modify default GOGC=100 behaviour. Or better is to modify GOMEMLIMIT env variable, so Golang app (Grafana in this case) will be aware how much memory has available. You can use K8S Downward API. 2 Likes krishna...