Trask Stalnaker
|
2ea27b29e2
|
End span after closing scope (#12952)
|
2024-12-27 09:22:26 -08:00 |
Trask Stalnaker
|
e5a9d1cfb7
|
Change `setKnownMethods(Set)` to `setKnownMethods(Collection)` (#12902)
|
2024-12-24 10:29:15 -08:00 |
Trask Stalnaker
|
6b9e68ebfd
|
Change `setCaptured*Headers(List)` to `setCaptured*Headers(Collection)` (#12901)
|
2024-12-23 15:49:55 -08:00 |
Trask Stalnaker
|
b08d272e23
|
Remove experimental methods out of (to-be-public) TelemetryBuilder classes (#12847)
|
2024-12-16 18:40:06 -08:00 |
Trask Stalnaker
|
4cc4e1c0b2
|
Consistent naming of addAttributesExtractor (#12860)
|
2024-12-10 12:45:20 -08:00 |
Gregor Zeitlinger
|
b9f09cae88
|
Http server builder (#11651)
|
2024-10-07 09:41:24 -07:00 |
Gregor Zeitlinger
|
e397159bfb
|
http server and client builder for netty (#12083)
|
2024-09-24 07:53:18 +03:00 |
Gregor Zeitlinger
|
b00ccd7834
|
use DefaultHttpClientInstrumenterBuilder and DefaultHttpServerInstrumenterBuilder for armeria (#11797)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2024-08-14 17:37:24 -07:00 |
Gregor Zeitlinger
|
0e218de455
|
Remove reflection from builder (#11673)
|
2024-06-27 07:38:54 +00:00 |
Gregor Zeitlinger
|
47ebb94253
|
re-use logic for http client configuration (#11620)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2024-06-21 16:58:41 -07:00 |
Lauri Tulmin
|
de30e3120a
|
Add http/2 tests for jdk http client (#11506)
|
2024-06-01 11:20:45 +03:00 |
Lauri Tulmin
|
7a06507f80
|
Allow library instrumentations to override span name (#11355)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2024-05-17 12:10:32 +03:00 |
Mateusz Rzeszutek
|
65ee9510f5
|
Rename the `instrumentation-api-semconv` module into `instrumentation-api-incubator` (#9985)
|
2023-12-04 08:28:10 +01:00 |
Mateusz Rzeszutek
|
dc81aae72f
|
Move HTTP classes to instrumentation-api (#9977)
|
2023-12-01 12:04:06 +01:00 |
Mateusz Rzeszutek
|
d6c2aff7c2
|
Change `http.request.body.size` and `http.response.body.size` attributes from recommended to opt-in (#9799)
|
2023-11-02 11:20:50 -07:00 |
Lauri Tulmin
|
d157b68efb
|
Use HTTP instead of non-known method in http span name (#9441)
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
2023-09-13 10:14:30 -07:00 |
Trask Stalnaker
|
67f91b8833
|
Update network.protocol.version 2.0 -> 2 and 3.0 -> 3 (#9145)
|
2023-08-13 10:01:47 -07:00 |
Mateusz Rzeszutek
|
d81630331b
|
Make `HttpClientAttributesGetter` extend `NetClientAttributesGetter` (#9015)
|
2023-07-31 11:09:09 -07:00 |
Mateusz Rzeszutek
|
cabf0dfdf4
|
Refactor setKnownMethods() in HTTP instrumentations to avoid nullable… (#8994)
|
2023-07-23 20:03:14 -07:00 |
Mateusz Rzeszutek
|
59e2da5aa3
|
Extract HTTP client experimental metrics to a separate class (#8769)
|
2023-07-18 08:34:39 -07:00 |
Mateusz Rzeszutek
|
cc8160cffb
|
Support the `http.request.method_original` attribute (#8779)
|
2023-07-17 09:41:41 +00:00 |
Mateusz Rzeszutek
|
cde2e70148
|
Implement new stable server semantic conventions (#8663)
|
2023-06-13 11:07:59 +02:00 |
Mateusz Rzeszutek
|
506ccb6b7d
|
Implement new stable network semantic conventions (#8616)
|
2023-06-12 16:51:47 +02:00 |
Mateusz Rzeszutek
|
5b03ae655f
|
Implement new stable HTTP semantic conventions (#8632)
|
2023-06-08 20:02:45 -07:00 |
Mateusz Rzeszutek
|
8ee63d4441
|
Implement new stable URL semantic conventions (#8491)
|
2023-06-05 15:22:22 +00:00 |
Mateusz Rzeszutek
|
e3944a53a5
|
Make net.transport an optional attribute (#8279)
|
2023-04-20 08:14:03 -07:00 |
Mateusz Rzeszutek
|
f501569106
|
Switch from http.flavor to net.protocol.* in HTTP client instrumentat… (#8131)
|
2023-04-07 13:39:42 +02:00 |
Lauri Tulmin
|
08236a710f
|
Add library instrumentation for java http client (#8138)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/8069
The javaagent instrumentation also supports propagating context into
[BodyHandler](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.BodyHandler.html)
implemented in
https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/java-http-client/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/httpclient/BodyHandlerWrapper.java
I think the initial idea behind it was that this allowed propagating
context into callbacks. Because this didn't work for
`connectionErrorUnopenedPortWithCallback` test later we also added
wrapping completable future to take care of propagating context into
callbacks. Should I also implement context propagation for `BodyHandler`
in library instrumentation or should I just delete it? I guess it could
come handy if someone builds a custom `BodyHandler` and wants to emit
spans from there, though this doesn't feel too likely. I'd like deleting
it more.
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2023-04-03 13:08:29 -07:00 |