Gregor Zeitlinger
|
e2cce4cc16
|
Db client error type for JDBC (#13331)
Co-authored-by: Jay DeLuca <jaydeluca4@gmail.com>
|
2025-03-31 05:40:16 -07:00 |
renovate[bot]
|
b1eb1fd3d9
|
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.30.0-rc.1 (#13116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2025-01-30 14:18:43 -08:00 |
renovate[bot]
|
c22bb598e5
|
fix(deps): update spotless packages to v7 (major) (#13004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2025-01-08 07:37:47 -08:00 |
Lauri Tulmin
|
ce01f00413
|
Avoid exception when redisson address is null (#12883)
|
2024-12-12 08:28:12 -08:00 |
Gregor Zeitlinger
|
ca16c480a4
|
add db client metrics (#12806)
|
2024-11-28 08:13:10 -08:00 |
Helen
|
61c99cf73d
|
Implement some of the stable database semantic conventions (#11575)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2024-10-29 10:32:37 -07:00 |
renovate[bot]
|
855c7a0fad
|
fix(deps): update dependency io.opentelemetry.semconv:opentelemetry-semconv to v1.28.0-alpha (#12292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2024-10-28 10:55:06 -07:00 |
Gregor Zeitlinger
|
798bdd5569
|
config properties support for spring starter clients (#11605)
|
2024-07-02 16:49:39 +03:00 |
Trask Stalnaker
|
68ebe00c8b
|
Revert "Remove db.connection_string (#11089)" (#11366)
|
2024-05-16 10:30:34 +03:00 |
Lauri Tulmin
|
7ff3b23f10
|
Remove db.connection_string (#11089)
|
2024-04-12 09:09:25 +03:00 |
SylvainJuge
|
955470a63a
|
Semconv 1.25.0 migration (#10983)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-09 11:25:52 -07: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
|
9cb157492c
|
Replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)` (#9676)
|
2023-10-18 10:36:32 +00:00 |
Trask Stalnaker
|
3b77cc4b2d
|
Semconv 1.21 (#9408)
Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
|
2023-09-13 19:20:23 +00:00 |
Mateusz Rzeszutek
|
65451b6529
|
Deprecate `NetClientAttributesExtractor` (#9165)
|
2023-08-16 11:21:10 +02:00 |
Mateusz Rzeszutek
|
cde2e70148
|
Implement new stable server semantic conventions (#8663)
|
2023-06-13 11:07:59 +02:00 |
Mateusz Rzeszutek
|
eeb6ffd6e3
|
Deprecate InetSocketAddressNetClientAttributesGetter and move its met… (#8591)
|
2023-05-31 08:30:56 +02:00 |
Mateusz Rzeszutek
|
e3944a53a5
|
Make net.transport an optional attribute (#8279)
|
2023-04-20 08:14:03 -07:00 |
Lauri Tulmin
|
26689b2c40
|
Fix ClassCastException with redisson batch atomically (#7743)
Resolves
https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7702
|
2023-02-07 19:25:20 -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
|
77035fc88c
|
Extract `net.peer.{name,port}` on start for CLIENT spans (#6828)
The [HTTP
spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-client)
says these two attributes must be provided at span creation time - I
think it makes sense to extend it over to all `net`-related
instrumentations, cause these are supposed to be the logical peer
name/port, which are supposed to be known before the connection is
started/exchange is made.
|
2022-10-10 16:00:19 -07:00 |
Mateusz Rzeszutek
|
cfdbe758f2
|
Net attributes getters changes (in preparation for HTTP spec impl) (#6503)
* Net attributes getters changes: instrumentation-api-semconv changes
* Net attributes getters changes: getter implementations
* Net attributes getters changes: test fixes
* Remove net.sock.host.name
* code review comments
* default getter methods & getPeerSocketAddress() method name
* set authority in grpc earlier
|
2022-09-12 09:20:27 -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
|
8d1ba17d29
|
InstrumentationConfig part 4: DB sanitization (#6317)
* InstrumentationConfig part 4: DB sanitization
* fix couchbase unit tests
* code review comments
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2022-07-15 21:47:33 -07:00 |
Lauri Tulmin
|
efd40f8cdf
|
Instrumentation for redisson 3.17.2 (#6096)
* Instrumentation for redisson 3.17.2
* cross test instrumentation
* split at 3.17.0, assert inverse
* Apply suggestions from code review
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2022-05-26 09:44:34 -07:00 |