You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/library/src/testBedrockRuntime/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/Aws2BedrockRuntimeTest.java
Copy file name to clipboardExpand all lines: instrumentation/aws-sdk/aws-sdk-2.2/testing/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/AbstractAws2BedrockRuntimeTest.java
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ void testConverseBasic() {
154
154
metric
155
155
.hasName("gen_ai.client.token.usage")
156
156
.hasUnit("{token}")
157
-
.hasDescription("Measures number of input and output tokens used.")
157
+
.hasDescription("Number of input and output tokens used.")
158
158
.hasHistogramSatisfying(
159
159
histogram ->
160
160
histogram.hasPointsSatisfying(
@@ -289,7 +289,7 @@ void testConverseOptions() {
289
289
metric
290
290
.hasName("gen_ai.client.token.usage")
291
291
.hasUnit("{token}")
292
-
.hasDescription("Measures number of input and output tokens used.")
292
+
.hasDescription("Number of input and output tokens used.")
293
293
.hasHistogramSatisfying(
294
294
histogram ->
295
295
histogram.hasPointsSatisfying(
@@ -433,7 +433,7 @@ void testConverseToolCall() {
433
433
metric
434
434
.hasName("gen_ai.client.token.usage")
435
435
.hasUnit("{token}")
436
-
.hasDescription("Measures number of input and output tokens used.")
436
+
.hasDescription("Number of input and output tokens used.")
437
437
.hasHistogramSatisfying(
438
438
histogram ->
439
439
histogram.hasPointsSatisfying(
@@ -601,7 +601,7 @@ void testConverseToolCall() {
601
601
metric
602
602
.hasName("gen_ai.client.token.usage")
603
603
.hasUnit("{token}")
604
-
.hasDescription("Measures number of input and output tokens used.")
604
+
.hasDescription("Number of input and output tokens used.")
0 commit comments