Commit d6b46818 by Alexander Zobnin Committed by GitHub

Plugins: Add Open Distro to the list of data sources supported by sigv4 (#30308)

parent 3d41267f
......@@ -27,6 +27,7 @@ const (
DS_CLOUD_MONITORING = "stackdriver"
DS_AZURE_MONITOR = "grafana-azure-monitor-datasource"
DS_LOKI = "loki"
DS_ES_OPEN_DISTRO = "grafana-es-open-distro-datasource"
)
var (
......
......@@ -148,7 +148,7 @@ func replaceBody(req *http.Request) ([]byte, error) {
func awsServiceNamespace(dsType string) string {
switch dsType {
case DS_ES:
case DS_ES, DS_ES_OPEN_DISTRO:
return "es"
case DS_PROMETHEUS:
return "aps"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment