added whie-black-listing, http counter is a histogram now

This commit is contained in:
Konstantin Pogorelov
2016-04-19 00:48:23 +02:00
parent 32490462c0
commit 5ead531a59
6 changed files with 100 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ describe("index", () => {
const app = express();
app.use(bundle({
prefix: "hello"
prefix: "hello:"
}));
it("/metrics returns up=1", done => {