Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SigNoz/signoz
/ fieldMapper
Struct
fieldMapper
pkg/telemetrylogs/field_mapper.go:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
)
66
67
type
fieldMapper
struct
{
68
fl flagger.Flagger
69
}
70
71
func
NewFieldMapper(fl flagger.Flagger) qbtypes.FieldMapper {
72
return
&fieldMapper{fl: fl}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected