mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 23:55:47 -06:00
Docs: Fix typo in cloud monitoring docs (#28213)
This commit is contained in:
parent
0c57ca44e2
commit
b633916436
@ -171,7 +171,7 @@ In the Group By dropdown, you can see a list of metric and resource labels for a
|
||||
| `{{metadata.system_labels.xxx}}` | returns the meta data system label value | `{{metadata.system_labels.name}}` | `grafana` |
|
||||
| `{{metadata.user_labels.xxx}}` | returns the meta data user label value | `{{metadata.user_labels.tag}}` | `production` |
|
||||
|
||||
Example Alias By: `{{metric.type}} - {{metric.labels.instance_name}}`
|
||||
Example Alias By: `{{metric.type}} - {{metric.label.instance_name}}`
|
||||
|
||||
Example Result: `compute.googleapis.com/instance/cpu/usage_time - server1-prod`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user