Skip to content

Commit 0d62e52

Browse files
committed
remove raw index
1 parent a79e228 commit 0d62e52

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

apm/lib/collections.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,36 +34,16 @@ if (Meteor.isServer) {
3434
MethodTraces.rawCollection().createIndex({ appId: 1, host: 1, startTime: 1 });
3535
PubTraces.rawCollection().createIndex({ appId: 1, host: 1, startTime: 1 });
3636
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-
});
4237
MethodsMetrics.rawCollection().createIndex({
4338
"value.appId": 1,
4439
"value.host": 1,
4540
"value.startTime": 1
4641
});
47-
RawPubMetrics.rawCollection().createIndex({
48-
"value.appId": 1,
49-
"value.host": 1,
50-
"value.startTime": 1
51-
});
5242
PubMetrics.rawCollection().createIndex({
5343
"value.appId": 1,
5444
"value.host": 1,
5545
"value.startTime": 1
5646
});
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-
});
6747
ErrorMetrics.rawCollection().createIndex({
6848
"value.appId": 1,
6949
"value.host": 1,

0 commit comments

Comments
 (0)