Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ newUnsupportedError
Function
newUnsupportedError
pkg/traceql/ast_validate.go:13–15 ·
view source on GitHub ↗
(feature string)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
newUnsupportedError(feature string) *unsupportedError {
14
return
&unsupportedError{feature: feature}
15
}
16
17
func
(e *unsupportedError) Error() string {
18
return
e.feature +
" not yet supported"
Callers
6
validate
Method · 0.85
validate
Method · 0.85
validate
Method · 0.85
validate
Method · 0.85
validate
Method · 0.85
validate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected