88[ ![ node versions] ( https://img.shields.io/node/v/@apilytics/core )] ( #what-nodejs-versions-does-the-package-work-with )
99[ ![ license] ( https://img.shields.io/npm/l/@apilytics/core )] ( https://github.com/apilytics/apilytics-node/blob/master/packages/core/LICENSE )
1010
11- Apilytics is a service that lets you analyze operational, performance and security metrics from your APIs without infrastructure-level logging .
11+ Apilytics is a service that lets you analyze operational, performance and security metrics from your APIs easily .
1212
1313Make sure to check out our out-of-the-box middleware packages first:
1414
@@ -27,10 +27,10 @@ yarn add @apilytics/core
2727npm install @apilytics/core
2828```
2929
30- 3 . Set your api key and create a middleware which measures the execution time and sends the metrics:
31- * A good practice is to securely store the API key as an environment variable.
32- You can leave the env variable unset in e.g. development and test environments,
33- and make the middleware be disabled if the key is ` undefined ` .*
30+ 3 . Set your api key and create a middleware which measures the execution time and sends the metrics:\
31+ _ A good practice is to securely store the API key as an environment variable.
32+ You can leave the env variable unset in e.g. development and test environments,
33+ and make the middleware be disabled if the key is ` undefined ` ._
3434
3535` my-apilytics-middleware.js ` :
3636``` javascript
@@ -60,7 +60,7 @@ const myApilyticsMiddleware = async (req, handler) => {
6060### Does the middleware slow down my backend?
6161
6262- No. The middleware does all of its requests to the Apilytics API in the background, by using
63- promises without awaiting them, so it will not slow down your normal request handling.
63+ promises without awaiting them, so it will not slow down your normal request handling.
6464
6565### What 3rd party dependencies does ` @apilytics/core ` have?
6666
0 commit comments