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 |
Andrei Chugunov
|
deac3971d9
|
spring mvc tests to java (#11114)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2024-05-08 12:28:35 +03:00 |
Lauri Tulmin
|
4c45e94098
|
Handle async requests in srping mvc library instrumentation (#10868)
|
2024-03-20 14:04:53 +02:00 |
Lauri Tulmin
|
acb078bbc3
|
Wrap request to avoid modifying attributes of the original request (#10389)
|
2024-02-06 08:44:02 +02:00 |
Lauri Tulmin
|
d36d7df184
|
Remove jaeger exporter and add api diff for 2.0.0 release (#10241)
|
2024-01-16 20:54:09 +02:00 |
Helen
|
fdeb032b33
|
Disable controller and view spans by default (#10042)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2024-01-04 09:16:46 -08:00 |
Lauri Tulmin
|
ad16ba88b2
|
Fix using opentelemetry-spring-boot with java8 (#10066)
|
2023-12-13 10:24:52 -08: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
|
280c1ea4c1
|
Enable stable HTTP semconv by default (#9925)
|
2023-11-28 10:43:51 -08:00 |
Mateusz Rzeszutek
|
63468157fc
|
Fix latest dep tests after the recent Spring release (#9947)
|
2023-11-24 21:07:48 +00: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 |
Mateusz Rzeszutek
|
96d59d5539
|
Refactor HTTP server `server.address` and `server.port` attributes (#9760)
|
2023-10-30 08:55:30 +01:00 |
Mateusz Rzeszutek
|
e9026cd591
|
Deprecate old server/client socket getter methods (#9716)
|
2023-10-19 17:36:57 +02:00 |
Lauri Tulmin
|
7d2259742a
|
Transform inline advice to delegating advice and test indy modules (#9508)
|
2023-09-22 11:15:39 +03:00 |
Mateusz Rzeszutek
|
3136916749
|
Add HTTP server tests for non standard methods (#9446)
|
2023-09-15 08:43:36 -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 |
Mateusz Rzeszutek
|
133de2486a
|
Extract HTTP server experimental metrics to a separate class (#9259)
|
2023-08-30 08:49:42 -07:00 |
Mateusz Rzeszutek
|
d7a34f90ba
|
Refactor and rename `HttpClientResend` and `HttpRouteHolder` (#9280)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2023-08-26 00:37:25 +00:00 |
Mateusz Rzeszutek
|
27faf8f5b7
|
Make `HttpServerAttributesGetter` extend `NetServerAttributesGetter` (#9088)
|
2023-08-02 08:52:44 -07:00 |
Lauri Tulmin
|
bd8ddf4db3
|
Allow overriding span name in spring web library instrumentation (#8933)
|
2023-07-21 13:45:05 +02:00 |
Mateusz Rzeszutek
|
cc8160cffb
|
Support the `http.request.method_original` attribute (#8779)
|
2023-07-17 09:41:41 +00:00 |
Mateusz Rzeszutek
|
4f12fba9c3
|
Implement new stable client semantic conventions (#8704)
|
2023-06-13 17:00:27 -07: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
|
48f85fb5f2
|
Replace target with path and query in HttpServerAttributesGetter (#8382)
|
2023-05-11 12:47:00 -07:00 |
Mateusz Rzeszutek
|
d4c5164809
|
Add classLoaderMatcher() for Spring WebMVC instrumentations (#8463)
|
2023-05-11 10:10:51 +02:00 |
Mateusz Rzeszutek
|
e3944a53a5
|
Make net.transport an optional attribute (#8279)
|
2023-04-20 08:14:03 -07:00 |
Mateusz Rzeszutek
|
5b271c4917
|
Switch from http.flavor to net.protocol.* in HTTP server instrumentat… (#8244)
|
2023-04-09 08:47:33 -07:00 |
Mateusz Rzeszutek
|
46e5219f19
|
Remove some Optional usages (#8190)
I applied [this
comment](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/8131#discussion_r1151076724)
to the whole codebase and removed some `Optional`s that were used in the
hot path
|
2023-04-03 09:13:59 +02:00 |
Mateusz Rzeszutek
|
d9b0eee503
|
Remove deprecated instrumentation-api-semconv code (#7838)
|
2023-02-16 13:16:52 -08:00 |
Mateusz Rzeszutek
|
ea237e3a80
|
Update HTTP span name extractors (#7730)
Implements
https://github.com/open-telemetry/opentelemetry-specification/issues/2998
---------
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2023-02-14 07:40:05 -08:00 |
Mateusz Rzeszutek
|
e1895e548c
|
Rename all methods in all Getters to use the `get*()` naming scheme (#7619)
Resolves #6562
This PR only contains renames; the actual content is in the `*Getter`
interfaces, the rest of changes is just IntelliJ doing its job.
|
2023-01-23 09:28:11 +00:00 |
Mateusz Rzeszutek
|
fadd29fa90
|
Fix build (merge conflict) (#7559)
Resolves #7558
|
2023-01-12 08:12:44 -08:00 |
Mateusz Rzeszutek
|
ca310b4ddb
|
Support Spring Web MVC in library instrumentation (#7552)
Part of
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7312
This is pretty much a copy of the `spring-webvmc-5.3:library` module
with `s/javax/jakarta/` applied. I'm planning on removing the 5.3
instrumentation after #7312 is done.
|
2023-01-11 17:22:55 -08:00 |
Mateusz Rzeszutek
|
2602cf681a
|
Add serlvet filter test to spring-webmvc-6.0 (#7406)
|
2022-12-15 09:07:42 +01:00 |
Lauri Tulmin
|
33c7ce927e
|
spring-webmvc-6.0: skip muzzle check of broken versions (#7395)
https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/runs/3679126152/jobs/6223205591
copied the excludes from spring-webmvc-3.1
|
2022-12-12 22:42:56 +00:00 |
Mateusz Rzeszutek
|
59b7513cd0
|
Instrument spring-web 6 & spring-webmvc 6 (#7366)
Part of #7203
This PR is mostly copy-paste and working around the differences,
conceptually the new instrumentation is the same as the old one
|
2022-12-12 09:31:08 -08:00 |