mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 07:33:42 -06:00
Docs: Add SAP HANA to Enterprise plugins list (#34273)
* Add SAP HANA to Enterprise plugins list * adding sap hana plugin details Co-authored-by: Sriram <yesoreyeram@gmail.com>
This commit is contained in:
parent
a91edd7267
commit
fc8f913761
@ -64,6 +64,7 @@ With a Grafana Enterprise license, you get access to premium data sources, inclu
|
||||
- [MongoDB](https://grafana.com/grafana/plugins/grafana-mongodb-datasource)
|
||||
- [New Relic](https://grafana.com/plugins/grafana-newrelic-datasource)
|
||||
- [Oracle Database](https://grafana.com/plugins/grafana-oracle-datasource)
|
||||
- [SAP HANA®](https://grafana.com/grafana/plugins/grafana-saphana-datasource/)
|
||||
- [ServiceNow](https://grafana.com/grafana/plugins/grafana-servicenow-datasource)
|
||||
- [Snowflake](https://grafana.com/grafana/plugins/grafana-snowflake-datasource)
|
||||
- [Splunk](https://grafana.com/plugins/grafana-splunk-datasource)
|
||||
|
@ -148,6 +148,7 @@ const FeatureListing: React.FC = () => {
|
||||
<Item title="DataDog" />
|
||||
<Item title="AppDynamics" />
|
||||
<Item title="Amazon Timestream" />
|
||||
<Item title="SAP HANA®" />
|
||||
</List>
|
||||
</Item>
|
||||
</List>
|
||||
|
@ -156,6 +156,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
|
||||
name: 'AppDynamics',
|
||||
imgUrl: 'public/img/plugins/appdynamics.svg',
|
||||
}),
|
||||
getPhantomPlugin({
|
||||
id: 'grafana-saphana-datasource',
|
||||
description: 'SAP HANA® integration and data source',
|
||||
name: 'SAP HANA®',
|
||||
imgUrl: 'public/img/plugins/sap_hana.png',
|
||||
}),
|
||||
];
|
||||
}
|
||||
|
||||
|
BIN
public/img/plugins/sap_hana.png
Normal file
BIN
public/img/plugins/sap_hana.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in New Issue
Block a user