nri-http-0.7.0.1: test/golden-results-9.8/expected-http-span
TracingSpan
{ name = "test-root"
, started = MonotonicTime { inMicroseconds = 0 }
, finished = MonotonicTime { inMicroseconds = 0 }
, frame =
Just
( "rootTracingSpanIO"
, SrcLoc
{ srcLocPackage = "nri-http-0.6.0.0-inplace-spec"
, srcLocModule = "Main"
, srcLocFile = "test/Main.hs"
, srcLocStartLine = 234
, srcLocStartCol = 7
, srcLocEndLine = 234
, srcLocEndCol = 33
}
)
, details = Nothing
, summary = Just "mock-uri"
, succeeded = Succeeded
, containsFailures = False
, allocated = 0
, children =
[ TracingSpan
{ name = "Outgoing HTTP Request"
, started = MonotonicTime { inMicroseconds = 0 }
, finished = MonotonicTime { inMicroseconds = 0 }
, frame =
Just
( "tracingSpanIO"
, SrcLoc
{ srcLocPackage = "nri-http-0.6.0.0-inplace-spec"
, srcLocModule = "Http"
, srcLocFile = "src/Http.hs"
, srcLocStartLine = 433
, srcLocStartCol = 11
, srcLocEndLine = 433
, srcLocEndCol = 33
}
)
, details =
Just
"{\"method\":\"GET\",\"host\":\"mock-uri\",\"path\":\"/\",\"query string\":\"\",\"headers\":{}}"
, summary = Just "mock-uri"
, succeeded = Succeeded
, containsFailures = False
, allocated = 0
, children = []
}
]
}