|
|
|
@ -5,9 +5,11 @@ export const supportedDatasources = new Set<string>([ |
|
|
|
|
'aggregations-io-datasource', |
|
|
|
|
'apache-iotdb-datasource', |
|
|
|
|
'aquaqanalytics-kdbbackend-datasource', |
|
|
|
|
'arabian9ts-mux-datasource', |
|
|
|
|
'axiomhq-axiom-datasource', |
|
|
|
|
'cloudwatch', |
|
|
|
|
'cnos-cnosdb-datasource', |
|
|
|
|
'criblcloud-search-datasource', |
|
|
|
|
'datasource', |
|
|
|
|
'dlopes7-appdynamics-datasource', |
|
|
|
|
'dvelop-odata-datasource', |
|
|
|
@ -16,13 +18,18 @@ export const supportedDatasources = new Set<string>([ |
|
|
|
|
'fiskaly-surrealdb-datasource', |
|
|
|
|
'frser-sqlite-datasource', |
|
|
|
|
'grafadruid-druid-datasource', |
|
|
|
|
'grafana-adobeanalytics-datasource', |
|
|
|
|
'grafana-amazonprometheus-datasource', |
|
|
|
|
'grafana-athena-datasource', |
|
|
|
|
'grafana-aurora-datasource', |
|
|
|
|
'grafana-azure-data-explorer-datasource', |
|
|
|
|
'grafana-azure-monitor-datasource', |
|
|
|
|
'grafana-azurecosmosdb-datasource', |
|
|
|
|
'grafana-bigquery-datasource', |
|
|
|
|
'grafana-catchpoint-datasource', |
|
|
|
|
'grafana-clickhouse-datasource', |
|
|
|
|
'grafana-cloudflare-datasource', |
|
|
|
|
'grafana-cockroachdb-datasource', |
|
|
|
|
'grafana-databricks-datasource', |
|
|
|
|
'grafana-datadog-datasource', |
|
|
|
|
'grafana-dynamodb-datasource', |
|
|
|
@ -40,7 +47,6 @@ export const supportedDatasources = new Set<string>([ |
|
|
|
|
'grafana-odbc-datasource', |
|
|
|
|
'grafana-opensearch-datasource', |
|
|
|
|
'grafana-oracle-datasource', |
|
|
|
|
'grafana-orbit-datasource', |
|
|
|
|
'grafana-pagerduty-datasource', |
|
|
|
|
'grafana-postgresql-datasource', |
|
|
|
|
'grafana-redshift-datasource', |
|
|
|
@ -55,19 +61,21 @@ export const supportedDatasources = new Set<string>([ |
|
|
|
|
'grafana-surrealdb-datasource', |
|
|
|
|
'grafana-testdata-datasource', |
|
|
|
|
'grafana-timestream-datasource', |
|
|
|
|
'grafana-vercel-datasource', |
|
|
|
|
'grafana-wavefront-datasource', |
|
|
|
|
'grafana-x-ray-datasource', |
|
|
|
|
'grafana-yugabyte-datasource', |
|
|
|
|
'grafana-zendesk-datasource', |
|
|
|
|
'graphite', |
|
|
|
|
'gridprotectionalliance-osisoftpi-datasource', |
|
|
|
|
'hadesarchitect-cassandra-datasource', |
|
|
|
|
'highlightinc-highlight-datasource', |
|
|
|
|
'ibm-aql-datasource', |
|
|
|
|
'ibm-kql-datasource', |
|
|
|
|
'influxdata-flightsql-datasource', |
|
|
|
|
'influxdb', |
|
|
|
|
'innius-grpc-datasource', |
|
|
|
|
'kniepdennis-neo4j-datasource', |
|
|
|
|
'loki', |
|
|
|
|
'manassehzhou-maxcompute-datasource', |
|
|
|
|
'maormil-rabbitmq-datasource', |
|
|
|
|
'marcusolsson-csv-datasource', |
|
|
|
|
'mssql', |
|
|
|
|
'mysql', |
|
|
|
@ -76,7 +84,6 @@ export const supportedDatasources = new Set<string>([ |
|
|
|
|
'oci-metrics-datasource', |
|
|
|
|
'opentsdb', |
|
|
|
|
'parseable-parseable-datasource', |
|
|
|
|
'postgres', |
|
|
|
|
'prometheus', |
|
|
|
|
'questdb-questdb-datasource', |
|
|
|
|
'quickwit-quickwit-datasource', |
|
|
|
@ -84,10 +91,11 @@ export const supportedDatasources = new Set<string>([ |
|
|
|
|
'retrodaredevil-wildgraphql-datasource', |
|
|
|
|
'stackdriver', |
|
|
|
|
'tdengine-datasource', |
|
|
|
|
'timeplus-proton-datasource', |
|
|
|
|
'trino-datasource', |
|
|
|
|
'vertamedia-clickhouse-datasource', |
|
|
|
|
'vertica-grafana-datasource', |
|
|
|
|
'victoriametrics-logs-datasource', |
|
|
|
|
'victoriametrics-metrics-datasource', |
|
|
|
|
'ydbtech-ydb-datasource', |
|
|
|
|
'yesoreyeram-infinity-datasource', |
|
|
|
|
]); |
|
|
|
|