Trask Stalnaker
|
429ecfc713
|
Update error prone (#6646)
(note that change from BDDMockito is due to
https://github.com/google/error-prone/issues/3396)
|
2022-09-23 11:24:40 -07:00 |
Trask Stalnaker
|
e8e573c2ee
|
Add experimental span attribute job.system (#6586)
* Add experimental span attribute job.system
* spring-batch
|
2022-09-13 07:22:43 -07:00 |
Mateusz Rzeszutek
|
82b39b1012
|
Rename `newInstrumenter()` into `buildInstrumenter()` (#6363)
* Rename newInstrumenter() into buildInstrumenter()
* spotless
|
2022-07-25 12:02:46 -07:00 |
Mateusz Rzeszutek
|
6a0ca530b7
|
Instrumentation API changes: VirtualField (#6017)
* Instrumentation API changes: VirtualField
* change class name in string constant
|
2022-05-12 11:17:24 -07:00 |
Mateusz Rzeszutek
|
802f5aa3ea
|
Instrumentation API and Javadoc cleanup (#5954)
|
2022-05-09 22:13:45 -07:00 |
Anuraag Agrawal
|
cd528e98fb
|
Rename library entrypoints to Telemetry (#5624)
* Rename library entrypoints to Telemetry
* Renames
|
2022-03-22 14:39:23 +09:00 |
Mateusz Rzeszutek
|
27ed47ccda
|
Split out CodeAttributesGetter (#5342)
|
2022-02-17 16:47:18 -08:00 |
Lauri Tulmin
|
72afa5a8ed
|
Fix serialization fo quartz JobExecutionContext (#5263)
* Fix serialization fo quartz JobExecutionContext
* address review comments
|
2022-01-28 09:19:59 -08:00 |
Anuraag Agrawal
|
b7a95857c7
|
Fix some java lint warnings (#5120)
* Convert InstrumentationTestRunner from interface to abstract class
* Foo
* Commit
* Revert unintended
|
2022-01-17 10:26:03 -08:00 |
jason plumb
|
9e2839cb5a
|
fix instrumentation name (#4657)
|
2021-11-17 11:21:25 +02:00 |
Martin
|
d314d76fce
|
rename `newBuilder()` to `builder()` (#4475)
* rename `newBuilder()` to `builder()`
* rename `newBuilder()` to `builder()`
|
2021-10-22 20:50:43 -07:00 |
Martin
|
ac91dc090a
|
Type annotation placement (#4406)
* switch annotation `org.checkerframework.checker.nullness.qual.Nullable` to `javax.annotation.Nullable`
* code format
|
2021-10-17 17:38:43 -07:00 |
Trask Stalnaker
|
8f29dfc8f9
|
Add code attributes to quartz spans (#4332)
* Add code attributes to quartz spans
* Use constants!
|
2021-10-09 09:54:38 -07:00 |
Anuraag Agrawal
|
10bce56cd6
|
Add instrumentation for Quartz 2.0 (#4017)
* Add instrumentation for Quartz 2.0
* Fix drift in comment
* Fix fix
* Comment
* Cleanup
|
2021-08-31 18:05:36 +09:00 |