koa-router-newrelic-grouper
v1.1.0
Published
middleware for Newrelic APM route grouping for apps using koa-router
Downloads
3
Keywords
Readme
koa-router-newrelic-grouper (KRNG)
middleware for Newrelic APM route grouping for apps using koa-router
This module reqires koa-router.
Route groupings end up like this: /users/:user (GET)
Installation
Install the module with npm
npm install --save koa-router-newrelic-grouper
Use
Use similarly to other koa middleware
var KRNG = require('koa-router-newrelic-grouper');
...
app.use(new KRNG(app));
Prior art
This module was heavily inspired by https://github.com/ifroz/koa-router-newrelic
Copyright (C) 2015 Social Tables, Inc. (https://www.socialtables.com) All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.