Commit 26bb1a3
committed
fix: update default tracing endpoint to oltp protobuf endpoint
currently the otel sdk is used to export metrics in the protobuf
format, for the sake of consistency this commit makes sure that we
use 4318 with /v1/traces as the default jaegar tracing endpoint
use port 4318 with /v1/traces for the default jaegar tracing endpoint
instead of port 14268 with /api/traces endpoint.1 parent 349c0ea commit 26bb1a3
File tree
3 files changed
+3
-3
lines changed- config
- pkg/apis/config
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments