UNPKG
@devopsplaybook.io/otel-utils
Version:
beta (1.0.4-beta1)
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.4-beta1
1.0.3
1.0.3-beta1
1.0.2
1.0.1
1.0.1-beta8
1.0.1-beta7
1.0.1-beta6
1.0.1-beta5
1.0.1-beta4
1.0.1-beta3
1.0.1-beta2
1.0.1-beta1
1.0.0
Utility to simplify integration with Open Telemetry
@devopsplaybook.io/otel-utils
/
index.ts
7 lines
(6 loc)
•
253 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
*
from
"./src/models/ConfigOTelInterface"
;
export
*
from
"./src/models/StandardLoggerInterface"
;
export
*
from
"./src/ModuleLogger"
;
export
*
from
"./src/StandardLogger"
;
export
*
from
"./src/StandardMeter"
;
export
*
from
"./src/StandardTracer"
;