Update values.go

This commit is contained in:
Stephan Behnke
2026-08-27 15:28:02 -07:00
parent e46adfa4fb
commit 4589218893

View File

@@ -138,8 +138,7 @@ var (
VersionChecker = component("version-checker")
)
// Pre-defined values for Nexus stage tag. Nexus stage identifies the request lifecycle position;
// component continues to identify the concrete module emitting the log.
// Pre-defined values for Nexus stage tag. Nexus stage identifies the request lifecycle position.
var (
NexusStageCallerOperation = nexusStage("caller-operation")
NexusStageCallerOutbound = nexusStage("caller-outbound")