otel4devs icon indicating copy to clipboard operation
otel4devs copied to clipboard

This repo is meant to help developers to understand how to build the components of a OpenTelemetry Collector

Results 2 otel4devs issues
Sort by recently updated
recently updated
newest added

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...