We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ec7d8 commit 9edd8ddCopy full SHA for 9edd8dd
SplunkNetwork/Sources/SplunkNetwork/NetworkInstrumentation.swift
@@ -150,6 +150,8 @@ public class NetworkInstrumentation {
150
let length = body?.count ?? 0
151
span.setAttribute(key: key, value: length)
152
153
+ span.setAttribute(key: "component", value: "http")
154
+
155
if let sharedState {
156
let sessionID = sharedState.sessionId
157
span.setAttribute(key: "session.id", value: sessionID)
0 commit comments