Commit 6bf4fa0
Add tracing support using Micrometer (#1695)
Add tracing support using Micrometer via the Observation API
JAVA-5733
---------
Co-authored-by: Viacheslav Babanin <[email protected]>
Co-authored-by: Ross Lawley <[email protected]>1 parent e1bf5f5 commit 6bf4fa0
File tree
89 files changed
+2543
-105
lines changed- buildSrc/src/main/kotlin/project
- config/checkstyle
- driver-core
- src
- main/com/mongodb
- internal
- connection
- operation
- tracing
- observability
- test
- functional/com/mongodb/internal
- connection
- operation
- unit/com/mongodb
- internal
- connection
- operation
- driver-kotlin-coroutine
- src/integrationTest/kotlin/com/mongodb/kotlin/client/coroutine/syncadapter
- driver-kotlin-sync
- src
- integrationTest/kotlin/com/mongodb/kotlin/client/syncadapter
- main/kotlin/com/mongodb/kotlin/client
- test/kotlin/com/mongodb/kotlin/client
- driver-legacy
- src/main/com/mongodb
- driver-reactive-streams
- src
- main/com/mongodb/reactivestreams/client/internal
- test/functional/com/mongodb/reactivestreams/client/syncadapter
- driver-scala
- src
- integrationTest/scala/org/mongodb/scala/syncadapter
- test/scala/org/mongodb/scala
- driver-sync
- src
- main/com/mongodb/client
- internal
- test
- functional/com/mongodb/client
- tracing
- unified
- unit/com/mongodb/client/internal
- gradle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+2543
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
| |||
260 | 263 | | |
261 | 264 | | |
262 | 265 | | |
| 266 | + | |
263 | 267 | | |
264 | 268 | | |
265 | 269 | | |
| |||
506 | 510 | | |
507 | 511 | | |
508 | 512 | | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
509 | 526 | | |
510 | 527 | | |
511 | 528 | | |
| |||
1040 | 1057 | | |
1041 | 1058 | | |
1042 | 1059 | | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1043 | 1072 | | |
1044 | 1073 | | |
1045 | 1074 | | |
| |||
1137 | 1166 | | |
1138 | 1167 | | |
1139 | 1168 | | |
| 1169 | + | |
1140 | 1170 | | |
1141 | 1171 | | |
1142 | 1172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
Lines changed: 70 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
432 | 435 | | |
433 | 436 | | |
434 | 437 | | |
| 438 | + | |
435 | 439 | | |
436 | 440 | | |
437 | | - | |
438 | | - | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
439 | 473 | | |
440 | 474 | | |
441 | 475 | | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
442 | 479 | | |
443 | 480 | | |
444 | 481 | | |
445 | 482 | | |
446 | 483 | | |
447 | 484 | | |
448 | | - | |
| 485 | + | |
449 | 486 | | |
450 | 487 | | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
451 | 491 | | |
452 | 492 | | |
453 | 493 | | |
| |||
466 | 506 | | |
467 | 507 | | |
468 | 508 | | |
469 | | - | |
| 509 | + | |
470 | 510 | | |
471 | 511 | | |
472 | 512 | | |
| |||
512 | 552 | | |
513 | 553 | | |
514 | 554 | | |
515 | | - | |
| 555 | + | |
516 | 556 | | |
517 | 557 | | |
518 | 558 | | |
| |||
537 | 577 | | |
538 | 578 | | |
539 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
540 | 586 | | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
541 | 591 | | |
542 | 592 | | |
543 | 593 | | |
| |||
553 | 603 | | |
554 | 604 | | |
555 | 605 | | |
556 | | - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
557 | 618 | | |
558 | 619 | | |
559 | 620 | | |
| |||
952 | 1013 | | |
953 | 1014 | | |
954 | 1015 | | |
955 | | - | |
956 | | - | |
| 1016 | + | |
957 | 1017 | | |
958 | | - | |
959 | | - | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
964 | | - | |
| 1018 | + | |
965 | 1019 | | |
966 | 1020 | | |
967 | 1021 | | |
968 | 1022 | | |
969 | 1023 | | |
| 1024 | + | |
970 | 1025 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments