add zendesk to enterprise ds list (#91751)

This commit is contained in:
Tim Mulqueen 2024-10-07 04:10:20 -04:00 committed by GitHub
parent 03f55e5288
commit 413548806d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 13 additions and 2 deletions

View File

@ -104,6 +104,7 @@ With a Grafana Enterprise license, you also get access to premium data sources,
- [Sqlyze Datasource](/grafana/plugins/grafana-odbc-datasource)
- [SumoLogic](/grafana/plugins/grafana-sumologic-datasource)
- [Wavefront](/grafana/plugins/grafana-wavefront-datasource)
- [Zendesk](/grafana/plugins/grafana-zendesk-datasource)
## Try Grafana Enterprise

View File

@ -53,8 +53,8 @@ describe('buildCategories', () => {
it('should add enterprise phantom plugins', () => {
const enterprisePluginsCategory = categories[3];
expect(enterprisePluginsCategory.title).toBe('Enterprise plugins');
expect(enterprisePluginsCategory.plugins.length).toBe(28);
expect(enterprisePluginsCategory.plugins.length).toBe(29);
expect(enterprisePluginsCategory.plugins[0].name).toBe('Adobe Analytics');
expect(enterprisePluginsCategory.plugins[enterprisePluginsCategory.plugins.length - 1].name).toBe('Wavefront');
expect(enterprisePluginsCategory.plugins[enterprisePluginsCategory.plugins.length - 1].name).toBe('Zendesk');
});
});

View File

@ -251,6 +251,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
name: 'Drone',
imgUrl: 'public/img/plugins/drone.svg',
}),
getPhantomPlugin({
id: 'grafana-zendesk-datasource',
description: 'Zendesk datasource',
name: 'Zendesk',
imgUrl: 'public/img/plugins/zendesk.svg',
}),
getPhantomPlugin({
id: 'grafana-atlassianstatuspage-datasource',
description: 'Atlassian Statuspage datasource',

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1393 1055.77" width="2500" height="1895">
<path d="M643.51 278.74v777H0zm0-278.74c0 177.57-143.84 321.41-321.41 321.41S0 177.57 0 0zm106 1055.77c0-177.57 143.84-321.41 321.41-321.41s321.41 143.84 321.41 321.41zm0-278.74V0H1393z" fill="#03363d"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B