Commit c0a6241
authored
Tracing with opentelemetry (#895)
* tracing
* fix lint
* add jaeger exporter
* use grpc exporter
* fix url
* change localhost to 127.0.0.1
* remove http from exporter url
* use otlp http
* add /v1/traces to url
* add isServer condition
* refactor instrumentation and add sampler config
* fix otel propagators
* revert package.json and lock
* refactor OTEL code
* remove w3c propagator
* lint fix
* use grpc exporter
* Add grpc config to register otel1 parent b856bc0 commit c0a6241
File tree
6 files changed
+693
-27
lines changed- src
- utils/otel
6 files changed
+693
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments