Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ ExitCode
Method
ExitCode
cmd/tempo-vulture/validation.go:137–142 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
func
(vr ValidationResult) ExitCode() int {
138
if
len(vr.Failures) > 0 {
139
return
1
140
}
141
return
0
142
}
143
144
type
ValidationService
struct
{
145
config ValidationConfig
Callers
2
TestRunValidation
Function · 0.80
RunValidationMode
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestRunValidation
Function · 0.64