mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PublicDashboards: Update docs with supported datasources (#57629)
Updates public dashboards docs with compatible datasources
This commit is contained in:
parent
b49713d323
commit
b5f1876ba3
@ -52,6 +52,104 @@ publicDashboards = true
|
|||||||
- Click `Save Sharing Configuration` to save your changes.
|
- Click `Save Sharing Configuration` to save your changes.
|
||||||
- Anyone with the link will not be able to access the dashboard publicly anymore.
|
- Anyone with the link will not be able to access the dashboard publicly anymore.
|
||||||
|
|
||||||
|
#### Supported Datasources
|
||||||
|
|
||||||
|
Public dashboards _should_ work with any datasource that has the properties `backend` and `alerting` both set to true in it's `package.json`. However, this cannot always be
|
||||||
|
guaranteed because plugin developers can override this functionality. The following lists include data sources confirmed to work with public dashboards and data sources that should work but have not been confirmed as compatible.
|
||||||
|
|
||||||
|
##### Confirmed:
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>Altinity plugin for ClickHouse</li>
|
||||||
|
<li>ClickHouse</li>
|
||||||
|
<li>Elasticsearch</li>
|
||||||
|
<li>Graphite</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>OpenTSDB</li>
|
||||||
|
<li>Oracle Database</li>
|
||||||
|
<li>PostgreSQL</li>
|
||||||
|
<li>Prometheus</li>
|
||||||
|
<li>Redis</li>
|
||||||
|
<li>SQLite</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
##### Unconfirmed:
|
||||||
|
|
||||||
|
> **Note:** If you've confirmed one of these datasources work with public dashboards, let us know in our [Github](https://github.com/grafana/grafana/discussions/49253) discussion, and we'll mark it as confirmed!
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<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>CloudWatch</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>Orbit</li>
|
||||||
|
<li>SAP HANA®</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<ul>
|
||||||
|
<li>Salesforce</li>
|
||||||
|
<li>Sentry</li>
|
||||||
|
<li>ServiceNow</li>
|
||||||
|
<li>Snowflake</li>
|
||||||
|
<li>Splunk</li>
|
||||||
|
<li>Splunk Infrastructure Monitoring</li>
|
||||||
|
<li>Sqlyze Datasource</li>
|
||||||
|
<li>TDengine</li>
|
||||||
|
<li>Vertica</li>
|
||||||
|
<li>Wavefront</li>
|
||||||
|
<li>X-Ray</li>
|
||||||
|
<li>kdb+</li>
|
||||||
|
<li>simple grpc datasource</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
#### Limitations
|
#### Limitations
|
||||||
|
|
||||||
- Panels that use frontend datasources will fail to fetch data.
|
- Panels that use frontend datasources will fail to fetch data.
|
||||||
|
Loading…
Reference in New Issue
Block a user