ms-trace
npm install @jrosadob/ms-trace@jrosadob/ms-trace```

This package use:
`sh`
$ npm i --save @opentelemetry/sdk-node
$ npm i --save @opentelemetry/auto-instrumentations-node
$ npm i --save @opentelemetry/exporter-trace-otlp-http
$ npm i --save @jrosadob/ms-config
`sh`
$ npm i @jrosadob/ms-trace
The rest of the configuration should be on the configuration server in yml format.
`yaml
app:
name: AppName
tracer:
exporter:
url: http://localhost:4318/v1/traces
`
This sample show how use ConfigServer in main.ts
`ts
``