mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 06:56:07 -06:00
List Azure Devops as an enterprise plugin (#49189)
* list azure devops as an enterprise plugin * change base url to grafana.com/grafana/plugins and remove trailing slashes for consistency
This commit is contained in:
parent
25da759bf2
commit
5b52a1c391
@ -60,20 +60,21 @@ With Grafana Enterprise, you get access to the following features:
|
||||
|
||||
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',
|
||||
}),
|
||||
];
|
||||
}
|
||||
|
||||
|
BIN
public/img/plugins/azure-devops.png
Normal file
BIN
public/img/plugins/azure-devops.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in New Issue
Block a user