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: gdi/opentelemetry/components/sum-connector.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ This example configuration sums numerical values found within the attribute ``at
106
106
receivers: [foo]
107
107
exporters: [sum]
108
108
109
-
Configuration example: Sum attribute values
109
+
Configuration example: Check payment logs
110
110
--------------------------------------------
111
111
112
112
In this example the Sum connector ingests logs and creates an output metric named ``checkout.total`` with numerical values found in the ``source_attribute`` ``total.payment``. It also checks any incoming log telemetry for values present in the attribute ``payment.processor`` and creates a datapoint within the metric time series for each unique value.
0 commit comments