MCPcopy
hub / github.com/grafana/tempo / GetStringValue

Method GetStringValue

pkg/tempopb/common/v1/common.pb.go:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (m *AnyValue) GetStringValue() string {
122 if x, ok := m.GetValue().(*AnyValue_StringValue); ok {
123 return x.StringValue
124 }
125 return ""
126}
127
128func (m *AnyValue) GetBoolValue() bool {
129 if x, ok := m.GetValue().(*AnyValue_BoolValue); ok {

Callers 15

findFirstAttributeFunction · 0.80
traceToParquetFunction · 0.80
TestQueryRangeExemplarsFunction · 0.80
keyFromLabelsFunction · 0.80
findHostIdentifierMethod · 0.80
TestProcessAttributesFunction · 0.80

Calls 1

GetValueMethod · 0.95

Tested by 5

findFirstAttributeFunction · 0.64
TestQueryRangeExemplarsFunction · 0.64
keyFromLabelsFunction · 0.64
TestProcessAttributesFunction · 0.64