-
Notifications
You must be signed in to change notification settings - Fork 8
/
exporterversions.json
42 lines (42 loc) · 1.21 KB
/
exporterversions.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
{
"12": {
"major": 12,
"name": "radondb-postgres-exporter",
"version": "v1.2.1",
"total_time_seconds": "total_time",
"min_time_seconds": "min_time",
"max_time_seconds": "max_time",
"mean_time_seconds": "mean_time",
"stddev_time_seconds": "stddev_time"
},
"13": {
"major": 13,
"name": "radondb-postgres-exporter",
"version": "v1.2.1",
"total_time_seconds": "total_exec_time",
"min_time_seconds": "min_exec_time",
"max_time_seconds": "max_exec_time",
"mean_time_seconds": "mean_exec_time",
"stddev_time_seconds": "stddev_exec_time"
},
"14": {
"major": 14,
"name": "radondb-postgres-exporter",
"version": "v1.2.1",
"total_time_seconds": "total_exec_time",
"min_time_seconds": "min_exec_time",
"max_time_seconds": "max_exec_time",
"mean_time_seconds": "mean_exec_time",
"stddev_time_seconds": "stddev_exec_time"
},
"15": {
"major": 15,
"name": "radondb-postgres-exporter",
"version": "v1.2.1",
"total_time_seconds": "total_exec_time",
"min_time_seconds": "min_exec_time",
"max_time_seconds": "max_exec_time",
"mean_time_seconds": "mean_exec_time",
"stddev_time_seconds": "stddev_exec_time"
}
}