@innofulfill/observability-node-library
v0.1.0
Published
This is an NPM package which provides features like providing a custom logger with open telemetry integration
Maintainers
Keywords
Readme
OBSERVABILITY-NODE-LIBRARY
This is an NPM package which provides features like providing a custom logger with open telemetry integration
What is this repository for?
- This is to provide a pre defined set of functions that can be used wherever needed
How do I get set up?
- To set up this NPM package on your node project, you'll need to follow this steps
First Install this package using
npm i @innofulfill/observability-node-library
or
yarn add @innofulfill/observability-node-library- Configuration
There are some required env variable that needs to be set up on your project to use this package.
configure these env variables on your project
OTEL_BASE_URL= - this will the open telemetry base url
OTEL_TRACE_EXPORTER_PORT=
OTEL_METRIC_EXPORTER_PORT=
OTEL_LOG_EXPORTER_PORT=
OTEL_TRACE_EXPORTER_END_POINT=
OTEL_METRIC_EXPORTER_END_POINT=
OTEL_LOG_EXPORTER_END_POINT=Who do I talk to?
In case of any questions or queries you can reach out to
- Repo owner or admin
- Other community or team contact
