Skip to content

Commit

Permalink
docs(extension-metrics): add packageDocumentation
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com>
  • Loading branch information
achrinza committed Feb 22, 2020
1 parent d7a01c4 commit 8bc738b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extensions/metrics/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* This module contains a component that reports metrics of Node.js, LoopBack
* framework, and your application to Prometheus.
*
* @packageDocumentation
*/

export * from 'prom-client';
export * from './keys';
export * from './metrics.component';
Expand Down

0 comments on commit 8bc738b

Please sign in to comment.