You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to tell Grafana which datasource to use for an alerting query, but I can't find any documentation for this in the rules YAML syntax. I see in the web UI there is a dropdown for Datasource, and a corresponding API request with the datasource name and UID, but I can't figure out how cortextool implements this feature...
The text was updated successfully, but these errors were encountered:
justinTM
changed the title
[BUG} Unable to specify datasource for rules creation
[BUG] Unable to specify datasource for rules creation
Oct 11, 2022
justinTM
changed the title
[BUG] Unable to specify datasource for rules creation
Unable to specify datasource for rules creation
Oct 11, 2022
friedrichg
pushed a commit
to cortexproject/cortex-tools
that referenced
this issue
Aug 1, 2023
Different cortex components might require different cloud provider
permissions. When using gke workload identity, pod iam permissions are
managed by kubernetes service account. This patch allows operators to
use different service accounts for each deployment or statefulset to
support fine-grained control of iam permissions in this scenario.
[Resolves #251]
Signed-off-by: Josh Carp <[email protected]>
I'm trying to tell Grafana which datasource to use for an alerting query, but I can't find any documentation for this in the rules YAML syntax. I see in the web UI there is a dropdown for Datasource, and a corresponding API request with the datasource name and UID, but I can't figure out how cortextool implements this feature...
The text was updated successfully, but these errors were encountered: