Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/slog
/ traceField
Method
traceField
sloggers/slogstackdriver/slogstackdriver.go:112–114 ·
view source on GitHub ↗
(tID trace.TraceID)
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(s stackdriverSink) traceField(tID trace.TraceID) string {
113
return
fmt.Sprintf(
"projects/%v/traces/%v"
, s.projectID, tID)
114
}
Callers
1
LogEntry
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected