mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 19:13:09 +08:00
Fix linting of docs file (#83441)
This commit is contained in:
@ -86,17 +86,17 @@ For example:
|
|||||||
- `Blob Type: {{ blobtype }}` becomes `Blob Type: PageBlob`, `Blob Type: BlockBlob`
|
- `Blob Type: {{ blobtype }}` becomes `Blob Type: PageBlob`, `Blob Type: BlockBlob`
|
||||||
- `{{ resourcegroup }} - {{ resourcename }}` becomes `production - web_server`
|
- `{{ resourcegroup }} - {{ resourcename }}` becomes `production - web_server`
|
||||||
|
|
||||||
| Alias pattern | Description |
|
| Alias pattern | Description |
|
||||||
| ----------------------------- | ------------------------------------------------------------------------------------------------------ |
|
| ------------------------------ | ------------------------------------------------------------------------------------------------------ |
|
||||||
| `{{ subscriptionid }}` | Replaced with the subscription ID. |
|
| `{{ subscriptionid }}` | Replaced with the subscription ID. |
|
||||||
| `{{ subscription }}` | Replaced with the subscription name. |
|
| `{{ subscription }}` | Replaced with the subscription name. |
|
||||||
| `{{ resourcegroup }}` | Replaced with the the resource group. |
|
| `{{ resourcegroup }}` | Replaced with the the resource group. |
|
||||||
| `{{ namespace }}` | Replaced with the resource type or namespace, such as `Microsoft.Compute/virtualMachines`. |
|
| `{{ namespace }}` | Replaced with the resource type or namespace, such as `Microsoft.Compute/virtualMachines`. |
|
||||||
| `{{ resourcename }}` | Replaced with the resource name. |
|
| `{{ resourcename }}` | Replaced with the resource name. |
|
||||||
| `{{ metric }}` | Replaced with the metric name, such as "Percentage CPU". |
|
| `{{ metric }}` | Replaced with the metric name, such as "Percentage CPU". |
|
||||||
| _`{{ arbitraryDimensionID }}`_ | Replaced with the value of the specified dimension. For example, `{{ blobtype }}` becomes `BlockBlob`. |
|
| _`{{ arbitraryDimensionID }}`_ | Replaced with the value of the specified dimension. For example, `{{ blobtype }}` becomes `BlockBlob`. |
|
||||||
| `{{ dimensionname }}` | _(Legacy for backward compatibility)_ Replaced with the name of the first dimension. |
|
| `{{ dimensionname }}` | _(Legacy for backward compatibility)_ Replaced with the name of the first dimension. |
|
||||||
| `{{ dimensionvalue }}` | _(Legacy for backward compatibility)_ Replaced with the value of the first dimension. |
|
| `{{ dimensionvalue }}` | _(Legacy for backward compatibility)_ Replaced with the value of the first dimension. |
|
||||||
|
|
||||||
### Filter using dimensions
|
### Filter using dimensions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user