Commit 4674407
committed
Delete DbClientCommonAttributesGetter and consolidate into DbClientAttributesGetter
- Removed DbClientCommonAttributesGetter interface entirely
- Added deprecated getDbSystem() and getResponseStatus() methods to DbClientAttributesGetter
with default implementations that delegate to the new method names
- This provides a one-release deprecation cycle since these methods weren't deprecated
in the previous release
- Also carried over deprecated getUser() and getConnectionString() methods
- All functionality now consolidated in DbClientAttributesGetter1 parent a9523a3 commit 4674407
File tree
2 files changed
+29
-39
lines changed- instrumentation-api-incubator/src/main/java/io/opentelemetry/instrumentation/api/incubator/semconv/db
2 files changed
+29
-39
lines changedLines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| |||
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
36 | 65 | | |
37 | 66 | | |
38 | 67 | | |
| |||
Lines changed: 0 additions & 39 deletions
This file was deleted.
0 commit comments