@@ -1495,7 +1495,7 @@ void testInvokeModelAmazonTitan() {
14951495 metric
14961496 .hasName ("gen_ai.client.token.usage" )
14971497 .hasUnit ("{token}" )
1498- .hasDescription ("Measures number of input and output tokens used" )
1498+ .hasDescription ("Measures number of input and output tokens used. " )
14991499 .hasHistogramSatisfying (
15001500 histogram ->
15011501 histogram .hasPointsSatisfying (
@@ -1535,7 +1535,7 @@ void testInvokeModelAmazonTitan() {
15351535 metric
15361536 .hasName ("gen_ai.client.operation.duration" )
15371537 .hasUnit ("s" )
1538- .hasDescription ("GenAI operation duration" )
1538+ .hasDescription ("GenAI operation duration. " )
15391539 .hasHistogramSatisfying (
15401540 histogram ->
15411541 histogram .hasPointsSatisfying (
@@ -1667,7 +1667,7 @@ void testInvokeModelAmazonNova() {
16671667 metric
16681668 .hasName ("gen_ai.client.token.usage" )
16691669 .hasUnit ("{token}" )
1670- .hasDescription ("Measures number of input and output tokens used" )
1670+ .hasDescription ("Measures number of input and output tokens used. " )
16711671 .hasHistogramSatisfying (
16721672 histogram ->
16731673 histogram .hasPointsSatisfying (
@@ -1705,7 +1705,7 @@ void testInvokeModelAmazonNova() {
17051705 metric
17061706 .hasName ("gen_ai.client.operation.duration" )
17071707 .hasUnit ("s" )
1708- .hasDescription ("GenAI operation duration" )
1708+ .hasDescription ("GenAI operation duration. " )
17091709 .hasHistogramSatisfying (
17101710 histogram ->
17111711 histogram .hasPointsSatisfying (
@@ -1823,7 +1823,7 @@ void testInvokeModelAnthropicClaude() {
18231823 metric
18241824 .hasName ("gen_ai.client.token.usage" )
18251825 .hasUnit ("{token}" )
1826- .hasDescription ("Measures number of input and output tokens used" )
1826+ .hasDescription ("Measures number of input and output tokens used. " )
18271827 .hasHistogramSatisfying (
18281828 histogram ->
18291829 histogram .hasPointsSatisfying (
@@ -1861,7 +1861,7 @@ void testInvokeModelAnthropicClaude() {
18611861 metric
18621862 .hasName ("gen_ai.client.operation.duration" )
18631863 .hasUnit ("s" )
1864- .hasDescription ("GenAI operation duration" )
1864+ .hasDescription ("GenAI operation duration. " )
18651865 .hasHistogramSatisfying (
18661866 histogram ->
18671867 histogram .hasPointsSatisfying (
0 commit comments