Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ newHint
Function
newHint
pkg/traceql/enum_hints.go:42–44 ·
view source on GitHub ↗
(k string, v Static)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
newHint(k string, v Static) *Hint {
43
return
&Hint{k, v}
44
}
45
46
type
Hints
struct
{
47
Hints []*Hint
Callers
4
TestHints
Function · 0.85
TestMetricsSecondStage
Function · 0.85
TestMetricsFilter
Function · 0.85
Parse
Method · 0.85
Calls
no outgoing calls
Tested by
3
TestHints
Function · 0.68
TestMetricsSecondStage
Function · 0.68
TestMetricsFilter
Function · 0.68