File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -34,36 +34,16 @@ if (Meteor.isServer) {
34
34
MethodTraces . rawCollection ( ) . createIndex ( { appId : 1 , host : 1 , startTime : 1 } ) ;
35
35
PubTraces . rawCollection ( ) . createIndex ( { appId : 1 , host : 1 , startTime : 1 } ) ;
36
36
ErrorTraces . rawCollection ( ) . createIndex ( { appId : 1 , host : 1 , startTime : 1 } ) ;
37
- RawMethodsMetrics . rawCollection ( ) . createIndex ( {
38
- "value.appId" : 1 ,
39
- "value.host" : 1 ,
40
- "value.startTime" : 1
41
- } ) ;
42
37
MethodsMetrics . rawCollection ( ) . createIndex ( {
43
38
"value.appId" : 1 ,
44
39
"value.host" : 1 ,
45
40
"value.startTime" : 1
46
41
} ) ;
47
- RawPubMetrics . rawCollection ( ) . createIndex ( {
48
- "value.appId" : 1 ,
49
- "value.host" : 1 ,
50
- "value.startTime" : 1
51
- } ) ;
52
42
PubMetrics . rawCollection ( ) . createIndex ( {
53
43
"value.appId" : 1 ,
54
44
"value.host" : 1 ,
55
45
"value.startTime" : 1
56
46
} ) ;
57
- RawSystemMetrics . rawCollection ( ) . createIndex ( {
58
- "value.appId" : 1 ,
59
- "value.host" : 1 ,
60
- "value.startTime" : 1
61
- } ) ;
62
- RawErrorMetrics . rawCollection ( ) . createIndex ( {
63
- "value.appId" : 1 ,
64
- "value.host" : 1 ,
65
- "value.startTime" : 1
66
- } ) ;
67
47
ErrorMetrics . rawCollection ( ) . createIndex ( {
68
48
"value.appId" : 1 ,
69
49
"value.host" : 1 ,
You can’t perform that action at this time.
0 commit comments