Mateusz Rzeszutek
|
714ba9189e
|
Remove deprecated `http.host` and `http.server_name` attributes (#6709)
... and make sure the `TemporaryMetricsView` follows the current spec
|
2022-09-24 11:02:21 -07:00 |
Mateusz Rzeszutek
|
6cd79b2a94
|
Deprecate the 2-arg variant of HttpCommonAttributesGeter#statusCode() (#6466)
* Deprecate the 2-arg variant of HttpCommonAttributesGeter#statusCode()
* fix liberty
|
2022-08-12 17:11:11 -07:00 |
Trask Stalnaker
|
68a9f20eb3
|
Enable PrivateConstructorForUtilityClass errorprone check (#6427)
* PrivateConstructorForUtilityClass
* Advice
* More advice
* More
* More advice
* More
* Spotless
* Fix
* Fix
* Fix
* A better solution
* Revert
* More
* Fix
* Spotless
* Fix
|
2022-08-10 11:30:22 +03:00 |
Mateusz Rzeszutek
|
b2c90c79b5
|
Extract HTTP request & response content length from headers (#6415)
* Extract HTTP request & response content length from headers
* remove unused method
* fix camel tests
* fix google http client tests
* fix HttpUrlConnection tests
* fix k8s and jaxrs tests
* fix aws tests
* actually fix aws tests 🤞
* fix elasticsearch tests
* fix ratpack tests
* fix spring webflux tests
* fix vertx tests
* fix reactor netty tests
|
2022-08-05 10:55:47 -07:00 |
Mateusz Rzeszutek
|
5a152cd289
|
Deprecate uncompressed content length HTTP attributes (#6383)
|
2022-07-29 06:17:38 +02:00 |
Mateusz Rzeszutek
|
82b39b1012
|
Rename `newInstrumenter()` into `buildInstrumenter()` (#6363)
* Rename newInstrumenter() into buildInstrumenter()
* spotless
|
2022-07-25 12:02:46 -07:00 |
Mateusz Rzeszutek
|
2bb7873f99
|
Add javaagent<->application context bridge for HttpRouteHolder (#5838)
* Add javaagent<->application context bridge for HttpRouteHolder
* remove comments
* fix broken http.route bridge
* spotless
* Move to a separate module
|
2022-04-22 08:29:54 -07:00 |