Dan Markwat
|
205100e1dc
|
feat: instruments finagle's netty-based stack (#10141)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2024-02-15 07:39:48 -08:00 |
Lauri Tulmin
|
d823ffed0b
|
Netty: don't expose tracing handler in handlers map (#10410)
|
2024-02-06 08:43:46 +02:00 |
jason plumb
|
7e35f0c34a
|
Remove deprecated config properties (#10349)
|
2024-01-31 05:16:50 +00:00 |
Roman Kvasnytskyi
|
e04b448b6c
|
Make Netty Instrumentation HttpServerRequestTracingHandler propagate "Channel Inactive" event to downstream according to parent contract (#10303)
|
2024-01-23 17:39:58 +02:00 |
Roman Kvasnytskyi
|
9e208c8574
|
Fix Netty addListener instrumentation (#10254)
|
2024-01-18 11:26:23 +02:00 |
Lauri Tulmin
|
a2d4148067
|
Remove http stable semconv tests (#10087)
|
2023-12-21 08:30:26 -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
|
7cd705b555
|
Remove old HTTP semconv code (#9968)
|
2023-11-29 08:04:31 -08:00 |
Mateusz Rzeszutek
|
280c1ea4c1
|
Enable stable HTTP semconv by default (#9925)
|
2023-11-28 10:43:51 -08: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
|
b193ca00a1
|
Change `user_agent.original` from recommended to opt-in on HTTP client spans (#9776)
|
2023-10-30 17:20:10 +02: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 |
Mateusz Rzeszutek
|
9cb157492c
|
Replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)` (#9676)
|
2023-10-18 10:36:32 +00:00 |
Matthieu MOREL
|
9a1c178d58
|
PeerService Resolver (#9061)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Co-authored-by: jason plumb <75337021+breedx-splk@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-10-12 07:52:05 -07:00 |
Lauri Tulmin
|
0de1dcff45
|
Fail test if advice threw an exception (#9654)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2023-10-11 19:17:20 +00:00 |
Mateusz Rzeszutek
|
b6dd11ad6e
|
Implement error.type attribute in HTTP semconv (#9466)
|
2023-10-10 15:58:12 -07:00 |
Lauri Tulmin
|
e368334ba0
|
Make netty ChannelPipeline removeLast return user handler (#9584)
|
2023-10-02 09:51:22 -07:00 |
Lauri Tulmin
|
7d2259742a
|
Transform inline advice to delegating advice and test indy modules (#9508)
|
2023-09-22 11:15:39 +03:00 |
Trask Stalnaker
|
ae25d481ff
|
Use new semconv constants (#9504)
|
2023-09-20 14:53:40 +03:00 |
Mateusz Rzeszutek
|
3136916749
|
Add HTTP server tests for non standard methods (#9446)
|
2023-09-15 08:43:36 -07:00 |
Trask Stalnaker
|
3b77cc4b2d
|
Semconv 1.21 (#9408)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-09-13 19:20:23 +00: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
|
cc4e1bf1ae
|
Update semconv to 1.21.0, PART 2 - HTTP (#9372)
|
2023-09-07 08:25:23 -07:00 |
Lauri Tulmin
|
d20b357c3d
|
Add http server stable semconv tests (#9360)
|
2023-08-31 18:43:03 -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
|
65451b6529
|
Deprecate `NetClientAttributesExtractor` (#9165)
|
2023-08-16 11:21:10 +02:00 |
Lauri Tulmin
|
b9e459da07
|
Test http client stable semconv (#9178)
|
2023-08-13 10:22:04 -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 |
Trask Stalnaker
|
849e0d5229
|
Combine two netty context attributes into one (#9160)
|
2023-08-10 13:39:25 +03:00 |
Lauri Tulmin
|
bf000fef98
|
Netty 4.1: handle closing connection before the request completes (#9157)
|
2023-08-09 18:05:42 +03:00 |
Lauri Tulmin
|
6eec23c00b
|
Fix npe with pulsar and ssl (#9166)
|
2023-08-09 12:07:36 +00:00 |
Mateusz Rzeszutek
|
527c4b39e2
|
Reactor Netty: emit actual HTTP client spans spans on connection errors (#9063)
|
2023-08-02 10:10:56 -07:00 |
Mateusz Rzeszutek
|
27faf8f5b7
|
Make `HttpServerAttributesGetter` extend `NetServerAttributesGetter` (#9088)
|
2023-08-02 08:52:44 -07:00 |
renovate[bot]
|
8dc2a985df
|
Update dependency io.netty:netty-bom to v4.1.96.Final (#9100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2023-08-01 22:24:05 -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 |
Trask Stalnaker
|
2bdddafdc4
|
Apply Prettier to markdown files (#8968)
|
2023-07-19 12:22:35 -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
|
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 |
Lauri Tulmin
|
fa5d1744ed
|
Enable http pipelining test on spring webflux (#8501)
|
2023-06-02 18:35:00 +03:00 |
Lauri Tulmin
|
c4d4bf821a
|
End netty client span when channel is closed (#8605)
|
2023-06-01 12:30:00 +03:00 |
Mateusz Rzeszutek
|
eeb6ffd6e3
|
Deprecate InetSocketAddressNetClientAttributesGetter and move its met… (#8591)
|
2023-05-31 08:30:56 +02:00 |