Skip to content

Commit c232180

Browse files
authored
[connector/signaltometrics]Fix typo for AdjustedCount in README (#38642)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Fixes a typo in custom OTTL func name. <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Raised in #38640 (comment) <!--Describe what testing was performed and which tests were added.--> #### Testing N/A <!--Describe the documentation added.--> #### Documentation N/A <!--Please delete paragraphs that you did not use before submitting.-->
1 parent 5b08117 commit c232180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connector/signaltometricsconnector/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ signaltometrics:
4242
- name: span.count
4343
description: Count of spans
4444
sum:
45-
value: Int(AbsoluteCount()) # Count of total spans represented by each span
45+
value: Int(AdjustedCount()) # Count of total spans represented by each span
4646
datapoints:
4747
- name: datapoint.count
4848
description: Count of datapoints

0 commit comments

Comments
 (0)