mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
chore: update typos found in docs (#81850)
This commit is contained in:
parent
a6342fa576
commit
2d25ce8aab
@ -51,7 +51,7 @@ To visualize data from multiple GCP Projects, create one data source per GCP Pro
|
||||
You can create a service account and key file that can be used to access multiple projects. Follow steps 1-5 above, then:
|
||||
|
||||
1. Note the email address of the service account, it will look a little strange like `foobar-478@main-boardwalk-90210.iam.gserviceaccount.com`.
|
||||
1. Navigtate to the other project(s) you want to access.
|
||||
1. Navigate to the other project(s) you want to access.
|
||||
1. Add the service account email address to the IAM page of each project, and grant it the required roles.
|
||||
1. Navigate back to the original project's service account and create a [service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys#iam-service-account-keys-create-console). A JSON key file is created and downloaded to your computer
|
||||
1. Store the key file in a secure place, because it grants access to your Google data.
|
||||
|
@ -1164,7 +1164,7 @@ Status: Accepted
|
||||
| ------------ | ----------------------------------------- | --------------------- | :------: | ------- | ----------- | ------- |
|
||||
| annotations | map of string | `map[string]string` | | | | |
|
||||
| condition | string | `string` | | | | |
|
||||
| dasboardUid | string | `string` | | | | |
|
||||
| dashboardUid | string | `string` | | | | |
|
||||
| data | [][AlertQueryExport](#alert-query-export) | `[]*AlertQueryExport` | | | | |
|
||||
| execErrState | string | `string` | | | | |
|
||||
| for | [Duration](#duration) | `Duration` | | | | |
|
||||
|
@ -354,7 +354,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
"to": "2022-09-02T17:00:00+02:00"
|
||||
},
|
||||
"reportVariables": {
|
||||
"varibale1": "Value1"
|
||||
"variable1": "Value1"
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -647,7 +647,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||
"to": "2022-09-02T17:00:00+02:00"
|
||||
},
|
||||
"reportVariables": {
|
||||
"varibale1": "Value1"
|
||||
"variable1": "Value1"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -14,7 +14,7 @@ const esModules = [
|
||||
'robust-predicates',
|
||||
'leven',
|
||||
'nanoid',
|
||||
'monaco-promql'
|
||||
'monaco-promql',
|
||||
].join('|');
|
||||
|
||||
module.exports = {
|
||||
|
Loading…
Reference in New Issue
Block a user