darint00

Results 3 issues of darint00

The Doc explains how to create a custom collector using the ocb tool. Ex. ocb --config builder-config.yaml. Which in my understanding rebuilds the components.go file from the builder-config.yaml. But the...

bug
sig:collector

After the final steps of putting in place the model.go code a go build will produce the following errors: go build # go.opentelemetry.io/collector/model/pdata /home/darint/go/pkg/mod/go.opentelemetry.io/collector/[email protected]/pdata/metrics_alias.go:97:36: undefined: pmetric.MetricDataPointFlag /home/darint/go/pkg/mod/go.opentelemetry.io/collector/[email protected]/pdata/metrics_alias.go:106:32: undefined: pmetric.MetricValueType /home/darint/go/pkg/mod/go.opentelemetry.io/collector/[email protected]/pdata/traces_alias.go:43:26:...

I'm walking through the tailtracer demo and I'm at the point where the tailtracer.NewFactory() has been added to the components.go file. The instructions say to build the collector and re-run...