mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Adding mock timing metric
This commit is contained in:
parent
8a7b887252
commit
8deb9cdd65
@ -13,7 +13,8 @@ function plugin(options, imports, register) {
|
||||
register(null, {
|
||||
"metrics": {
|
||||
log: function() {},
|
||||
increment: function() {}
|
||||
increment: function() {},
|
||||
timing: function() {}
|
||||
}
|
||||
});
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user