mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Add column lists to Shared dashboards page (#96941)
This commit is contained in:
@ -215,107 +215,79 @@ Learn more about the kind of information provided in the [dashboard insights doc
|
||||
Externally shared dashboards _should_ work with any data source that has the properties `backend` and `alerting` both set to true in its `plugin.json`. However, this can't always be
|
||||
guaranteed because plugin developers can override this functionality. The following lists include data sources confirmed to work with externally shared dashboards and data sources that should work, but have not been confirmed as compatible.
|
||||
|
||||
### Confirmed:
|
||||
### Confirmed
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>ClickHouse</li>
|
||||
<li>CloudWatch</li>
|
||||
<li>Elasticsearch</li>
|
||||
<li>Infinity</li>
|
||||
<li>InfluxDB</li>
|
||||
<li>Loki</li>
|
||||
<li>Microsoft SQL Server</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>MongoDB</li>
|
||||
<li>MySQL</li>
|
||||
<li>Oracle Database</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>Prometheus</li>
|
||||
<li>Redis</li>
|
||||
<li>SQLite</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{{< column-list >}}
|
||||
|
||||
### Unsupported:
|
||||
- ClickHouse
|
||||
- CloudWatch
|
||||
- Elasticsearch
|
||||
- Infinity
|
||||
- InfluxDB
|
||||
- Loki
|
||||
- Microsoft SQL Server
|
||||
- MongoDB
|
||||
- MySQL
|
||||
- Oracle Database
|
||||
- PostgreSQL
|
||||
- Prometheus
|
||||
- Redis
|
||||
- SQLite
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Graphite</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{{< /column-list >}}
|
||||
|
||||
### Unconfirmed:
|
||||
### Unsupported
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Altinity plugin for ClickHouse</li>
|
||||
<li>Amazon Athena</li>
|
||||
<li>Amazon Redshift</li>
|
||||
<li>Amazon Timestream</li>
|
||||
<li>Apache Cassandra</li>
|
||||
<li>AppDynamics</li>
|
||||
<li>Azure Data Explorer Datasource</li>
|
||||
<li>Azure Monitor</li>
|
||||
<li>CSV</li>
|
||||
<li>DB2 Datasource</li>
|
||||
<li>Databricks</li>
|
||||
<li>Datadog</li>
|
||||
<li>Dataset</li>
|
||||
<li>Druid</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Dynatrace</li>
|
||||
<li>GitHub</li>
|
||||
<li>Google BigQuery</li>
|
||||
<li>Grafana for YNAB</li>
|
||||
<li>Honeycomb</li>
|
||||
<li>Jira</li>
|
||||
<li>Mock</li>
|
||||
<li>Neo4j Datasource</li>
|
||||
<li>New Relic</li>
|
||||
<li>OPC UA (Unified Architecture)</li>
|
||||
<li>Open Distro for Elasticsearch</li>
|
||||
<li>OpenSearch</li>
|
||||
<li>OpenTSDB</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li>Orbit</li>
|
||||
<li>SAP HANA®</li>
|
||||
<li>Salesforce</li>
|
||||
<li>Sentry</li>
|
||||
<li>ServiceNow</li>
|
||||
<li>Snowflake</li>
|
||||
<li>Splunk</li>
|
||||
<li>Splunk Infrastructure Monitoring</li>
|
||||
<li>Sqlyze data source</li>
|
||||
<li>TDengine</li>
|
||||
<li>Vertica</li>
|
||||
<li>Wavefront</li>
|
||||
<li>X-Ray</li>
|
||||
<li>kdb+</li>
|
||||
<li>simple grpc data source</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
- Graphite
|
||||
|
||||
### Unconfirmed
|
||||
|
||||
{{< column-list >}}
|
||||
|
||||
- Altinity plugin for ClickHouse
|
||||
- Amazon Athena
|
||||
- Amazon Redshift
|
||||
- Amazon Timestream
|
||||
- Apache Cassandra
|
||||
- AppDynamics
|
||||
- Azure Data Explorer Datasource
|
||||
- Azure Monitor
|
||||
- CSV
|
||||
- DB2 Datasource
|
||||
- Databricks
|
||||
- Datadog
|
||||
- Dataset
|
||||
- Druid
|
||||
- Dynatrace
|
||||
- GitHub
|
||||
- Google BigQuery
|
||||
- Grafana for YNAB
|
||||
- Honeycomb
|
||||
- Jira
|
||||
- Mock
|
||||
- Neo4j Datasource
|
||||
- New Relic
|
||||
- OPC UA (Unified Architecture)
|
||||
- Open Distro for Elasticsearch
|
||||
- OpenSearch
|
||||
- OpenTSDB
|
||||
- Orbit
|
||||
- SAP HANA®
|
||||
- Salesforce
|
||||
- Sentry
|
||||
- ServiceNow
|
||||
- Snowflake
|
||||
- Splunk
|
||||
- Splunk Infrastructure Monitoring
|
||||
- Sqlyze data source
|
||||
- TDengine
|
||||
- Vertica
|
||||
- Wavefront
|
||||
- X-Ray
|
||||
- kdb+
|
||||
- simple grpc data source
|
||||
|
||||
{{< /column-list >}}
|
||||
|
||||
## Limitations
|
||||
|
||||
|
Reference in New Issue
Block a user