-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathplugin.json
42 lines (42 loc) · 982 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Oracle Cloud Infrastructure Metrics",
"id": "oci-metrics-datasource",
"type": "datasource",
"metrics": true,
"annotations": false,
"alerting": true,
"backend": true,
"executable": "oci-metrics-plugin",
"info": {
"description": "Oracle Cloud Infrastructure Metrics Data Source for Grafana",
"author": {
"name": "Oracle"
},
"logos": {
"small": "img/Oracle-cloud.svg",
"large": "img/Oracle-cloud.svg"
},
"links": [
{
"name": "GitHub",
"url": "https://github.com/oracle/oci-grafana-metrics"
},
{ "name": "UPL", "url": "https://oss.oracle.com/licenses/upl" }
],
"version": "6.5.0",
"updated": "2025-02-05",
"screenshots":[
{
"name":"OCI Metrics Dashboard",
"path":"img/OCI_Metrics.png"
}
],
"keywords": [
"oci", "oracle", "metrics"
]
},
"dependencies": {
"grafanaDependency": ">=9.0.0",
"plugins": [ ]
}
}