From ac5546f279b40966c13471bd543690490246af43 Mon Sep 17 00:00:00 2001 From: evanlauer1 Date: Fri, 24 May 2024 09:55:08 -0700 Subject: [PATCH] changed from . to $ --- .../src/OpenTelemetry/Instrumentation/Persistent/MySQL.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/persistent-mysql/src/OpenTelemetry/Instrumentation/Persistent/MySQL.hs b/instrumentation/persistent-mysql/src/OpenTelemetry/Instrumentation/Persistent/MySQL.hs index 60cf49cb..620094d0 100644 --- a/instrumentation/persistent-mysql/src/OpenTelemetry/Instrumentation/Persistent/MySQL.hs +++ b/instrumentation/persistent-mysql/src/OpenTelemetry/Instrumentation/Persistent/MySQL.hs @@ -145,7 +145,7 @@ openMySQLConn tp attrs ci@MySQL.ConnectInfo {connectUser, connectPort, connectOp let attrs' = case httpOption semanticsOptions of Stable -> addStableAttributes attrs - StableAndOld -> addStableAttributes . addOldAttributes $ attrs + StableAndOld -> addStableAttributes $ addOldAttributes attrs Old -> addOldAttributes attrs (conn, backend) <- Orig.openMySQLConn ci logFunc backend' <- Otel.wrapSqlBackend' tp attrs' backend