Exporter convenience functions do not set a service name by default #1979
Labels
pkg:exporter:jaeger
Related to the Jaeger exporter package
pkg:exporter:otlp
Related to the OTLP exporter package
pkg:exporter:stdout
Related to the stdout exporter package
pkg:exporter:zipkin
Related to the Zipkin exporter package
Milestone
The
InstallNewPipeline
andNewExportPipeline
create aTracerProvicer
that does not have anyResource
associated with it. This means that by default the service name, a required attribute, will not be set and the default value will be used. The purpose of these functions was to provide users with a simple one-call solution to setup exporters with all the required values included and production level configuration set. Not setting the service name means these functions are not serving their purpose.Possible solutions
The text was updated successfully, but these errors were encountered: