|
|
|
|
@ -99,60 +99,60 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] { |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-splunk-datasource', |
|
|
|
|
name: 'Splunk', |
|
|
|
|
description: 'Visualize & explore Splunk logs', |
|
|
|
|
description: 'Visualize and explore Splunk logs', |
|
|
|
|
imgUrl: 'public/img/plugins/splunk_logo_128.png', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-oracle-datasource', |
|
|
|
|
name: 'Oracle', |
|
|
|
|
description: 'Visualize & explore Oracle SQL', |
|
|
|
|
description: 'Visualize and explore Oracle SQL', |
|
|
|
|
imgUrl: 'public/img/plugins/oracle.png', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-dynatrace-datasource', |
|
|
|
|
name: 'Dynatrace', |
|
|
|
|
description: 'Visualize & explore Dynatrace data', |
|
|
|
|
description: 'Visualize and explore Dynatrace data', |
|
|
|
|
imgUrl: 'public/img/plugins/dynatrace.png', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-servicenow-datasource', |
|
|
|
|
description: 'ServiceNow integration & data source', |
|
|
|
|
description: 'ServiceNow integration and data source', |
|
|
|
|
name: 'ServiceNow', |
|
|
|
|
imgUrl: 'public/img/plugins/servicenow.svg', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-datadog-datasource', |
|
|
|
|
description: 'DataDog integration & data source', |
|
|
|
|
description: 'DataDog integration and data source', |
|
|
|
|
name: 'DataDog', |
|
|
|
|
imgUrl: 'public/img/plugins/datadog.png', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-newrelic-datasource', |
|
|
|
|
description: 'New Relic integration & data source', |
|
|
|
|
description: 'New Relic integration and data source', |
|
|
|
|
name: 'New Relic', |
|
|
|
|
imgUrl: 'public/img/plugins/newrelic.svg', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-mongodb-datasource', |
|
|
|
|
description: 'MongoDB integration & data source', |
|
|
|
|
description: 'MongoDB integration and data source', |
|
|
|
|
name: 'MongoDB', |
|
|
|
|
imgUrl: 'public/img/plugins/mongodb.svg', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-snowflake-datasource', |
|
|
|
|
description: 'Snowflake integration & data source', |
|
|
|
|
description: 'Snowflake integration and data source', |
|
|
|
|
name: 'Snowflake', |
|
|
|
|
imgUrl: 'public/img/plugins/snowflake.svg', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'grafana-wavefront-datasource', |
|
|
|
|
description: 'Wavefront integration & data source', |
|
|
|
|
description: 'Wavefront integration and data source', |
|
|
|
|
name: 'Wavefront', |
|
|
|
|
imgUrl: 'public/img/plugins/wavefront.svg', |
|
|
|
|
}), |
|
|
|
|
getPhantomPlugin({ |
|
|
|
|
id: 'dlopes7-appdynamics-datasource', |
|
|
|
|
description: 'AppDynamics integration & data source', |
|
|
|
|
description: 'AppDynamics integration and data source', |
|
|
|
|
name: 'AppDynamics', |
|
|
|
|
imgUrl: 'public/img/plugins/appdynamics.svg', |
|
|
|
|
}), |
|
|
|
|
@ -167,7 +167,7 @@ function getGrafanaCloudPhantomPlugin(): DataSourcePluginMeta { |
|
|
|
|
module: 'phantom', |
|
|
|
|
baseUrl: '', |
|
|
|
|
info: { |
|
|
|
|
description: 'Hosted Graphite, Prometheus and Loki', |
|
|
|
|
description: 'Hosted Graphite, Prometheus, and Loki', |
|
|
|
|
logos: { small: 'public/img/grafana_icon.svg', large: 'asd' }, |
|
|
|
|
author: { name: 'Grafana Labs' }, |
|
|
|
|
links: [ |
|
|
|
|
|