Browse Source

expose the new metric and event apis

pull/14/head
Brett Langdon 11 years ago
parent
commit
ac399d191e
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      lib/api/index.js

+ 3
- 1
lib/api/index.js View File

@ -1,5 +1,7 @@
var api = {
tag: require("./tag")
tag: require("./tag"),
metric: require("./metric"),
event: require("./event")
};
module.exports = function(obj){


Loading…
Cancel
Save