@kodasoftware/monitoring
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Koda Software Monitoring Library

A monitoring library for integrating monitoring and observability platforms and generating logs for monitoring.

How to use the library

To install this library follow the steps below:

npm add @kodasoftware/monitoring

Once installed you can use the library to do the following:

logger.ts

import { createLogger } from '@kodasoftware/monitoring';

export const logger = createLogger({ name: process.env.HOSTNAME, logLevel: process.env.LOG_LEVEL });

Enjoy!

Package Sidebar

Install

npm i @kodasoftware/monitoring

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

35.5 kB

Total Files

10

Last publish

Collaborators

  • cshaw