koa-router-newrelic-grouper

middleware for Newrelic APM route grouping for apps using koa-router

Usage no npm install needed!

<script type="module">
  import koaRouterNewrelicGrouper from 'https://cdn.skypack.dev/koa-router-newrelic-grouper';
</script>

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.