otlpmetricgrpc.New
and otlpmetrichttp.New
should return structs
#4247
Labels
Milestone
otlpmetricgrpc.New
and otlpmetrichttp.New
should return structs
#4247
otlpmetricgrpc.New
andotlpmetrichttp.New
are components returned as interfaces. It would not possible to add a new methods that would control the exporter without creating a new method like NewBis that would return a struct (or other interface). I think it would be more flexible if both methods return structs instead of Exporter interface. The same is already done for span exporters (see here).Originally posted by @pellared in #3671 (comment)
The text was updated successfully, but these errors were encountered: