This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"hash/maphash" | |
"math/rand" | |
) | |
func main() { | |
b := make([]byte, 4) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Annanays-Mac:tempo annanay$ make vendor-check | |
-- | |
-- Deleting existing | |
-- | |
rm -rf opentelemetry-proto | |
rm -rf pkg/.patched-proto | |
find pkg/tempopb -name *.pb.go | xargs -L 1 -I rm | |
pkg/tempopb/trace/v1/trace.pb.go | |
pkg/tempopb/tempo.pb.go | |
pkg/tempopb/common/v1/common.pb.go |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================================== | |
NESTED SCHEMA | |
====================================================================================== | |
num rows 293741 | |
message SegmentTrace { | |
repeated group rs { | |
repeated group ils { | |
required group il { |
OlderNewer