List Azure Devops as an enterprise plugin (#49189) (#49196)

* list azure devops as an enterprise plugin

* change base url to grafana.com/grafana/plugins and remove trailing slashes for consistency

(cherry picked from commit 5b52a1c391)

Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-18 15:28:57 -04:00
committed by GitHub
parent 14bb847de6
commit 209e765ea1
4 changed files with 16 additions and 9 deletions
+9 -8
View File
@@ -59,20 +59,21 @@ With Grafana Enterprise, you get access to new features, including:
With a Grafana Enterprise license, you get access to premium data sources, including:
- [AppDynamics](https://grafana.com/plugins/dlopes7-appdynamics-datasource)
- [DataDog](https://grafana.com/plugins/grafana-datadog-datasource)
- [Dynatrace](https://grafana.com/plugins/grafana-dynatrace-datasource)
- [AppDynamics](https://grafana.com/grafana/plugins/dlopes7-appdynamics-datasource)
- [Azure Devops](https://grafana.com/grafana/plugins/grafana-azuredevops-datasource)
- [DataDog](https://grafana.com/grafana/plugins/grafana-datadog-datasource)
- [Dynatrace](https://grafana.com/grafana/plugins/grafana-dynatrace-datasource)
- [Gitlab](https://grafana.com/grafana/plugins/grafana-gitlab-datasource)
- [Honeycomb](https://grafana.com/grafana/plugins/grafana-honeycomb-datasource)
- [Jira](https://grafana.com/grafana/plugins/grafana-jira-datasource)
- [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)
- [Salesforce](https://grafana.com/grafana/plugins/grafana-salesforce-datasource/)
- [SAP HANA®](https://grafana.com/grafana/plugins/grafana-saphana-datasource/)
- [New Relic](https://grafana.com/grafana/plugins/grafana-newrelic-datasource)
- [Oracle Database](https://grafana.com/grafana/plugins/grafana-oracle-datasource)
- [Salesforce](https://grafana.com/grafana/plugins/grafana-salesforce-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)
- [Splunk](https://grafana.com/grafana/plugins/grafana-splunk-datasource)
- [Splunk Infrastructure monitoring (SignalFx)](https://grafana.com/grafana/plugins/grafana-splunk-monitoring-datasource)
- [Wavefront](https://grafana.com/grafana/plugins/grafana-wavefront-datasource)
@@ -53,6 +53,6 @@ describe('buildCategories', () => {
it('should add enterprise phantom plugins', () => {
expect(categories[3].title).toBe('Enterprise plugins');
expect(categories[3].plugins.length).toBe(16);
expect(categories[3].plugins.length).toBe(17);
});
});
@@ -190,6 +190,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
name: 'Splunk Infrastructure Monitoring',
imgUrl: 'public/img/plugins/signalfx-logo.svg',
}),
getPhantomPlugin({
id: 'grafana-azure-devops-datasource',
description: 'Azure Devops datasource',
name: 'Azure Devops',
imgUrl: 'public/img/plugins/azure-devops.png',
}),
];
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB