Skip to content

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

License

Notifications You must be signed in to change notification settings

kodasoftware/monitoring

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published