Mateusz Rzeszutek
|
82b39b1012
|
Rename `newInstrumenter()` into `buildInstrumenter()` (#6363)
* Rename newInstrumenter() into buildInstrumenter()
* spotless
|
2022-07-25 12:02:46 -07:00 |
Mateusz Rzeszutek
|
50f91e6dee
|
Deprecate AttributesExtractor#set() method (#5749)
* Deprecate AttributesExtractor#set() method
* code review comments
|
2022-04-05 20:20:02 -07:00 |
Anuraag Agrawal
|
14372adb68
|
Migrate Guava tests to Java (#5668)
* Migrate Guava tests to Java
* Update instrumentation/guava-10.0/javaagent/src/test/java/io/opentelemetry/javaagent/instrumentation/guava/ListenableFutureTest.java
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
* Workaround inline mock issue
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <tulmin@gmail.com>
|
2022-03-24 14:14:09 +09:00 |
Mateusz Rzeszutek
|
56f65e4fab
|
Convert all logging statements from slf4j to jul - part 1 (#5628)
* Convert all logging statements from slf4j to jul - part 1
* fix tests
* use placeholders
* fixed all comments, added static imports for Level
|
2022-03-22 10:35:27 -07:00 |
Trask Stalnaker
|
3ab1b8516f
|
Add markdown spell check (#5450)
* Add markdown link check
* Fix links
* update workflows
* move comment
* Add misspell check
* Fix misspellings
* Fix more misspellings
* Run against all files
* Spotless
|
2022-03-01 19:18:53 -08:00 |
Trask Stalnaker
|
8d18e463ea
|
Add markdown link check (#5449)
* Add markdown link check
* Fix links
* update workflows
* move comment
|
2022-02-28 11:30:16 -08:00 |
Anuraag Agrawal
|
f236b2d4c9
|
Split lambda instrumentation into core and events (#5326)
* Split out lambda core instrumentation
* More
* Remove request wrapper from core
* Split events
* Dedupe
* More
* More renames
* Finish
* Clean
* README
* Rename more
* Finish
* Fix README
* Fix README
* Fix
* Comments
|
2022-02-10 17:27:22 -08:00 |