* update the zipkin example to more closely match our recommended approaches.
* split out the SDK config/management into its own class
* update for 0.14.1
* formatting
* get the examples up to date for 0.14.1
* update the grpc example to remove global usage
* update the http example to remove global usage
* update the jaeger example to get rid of the global usage
* update the metrics example to get rid of the global OpenTelemetry usage
* update the otlp exporter example to get rid of the global OpenTelemetry usage
* update the sdk-usage example to get rid of the global OpenTelemetry usage
* update the zipkin example to get rid of the global OpenTelemetry usage
* run the formatter
* update method names and details based on feedback
* add shortcut methods to get tracers and meters
* add shortcut methods to get tracers and meters
* add shortcut methods to get tracers and meters
* add shortcut methods to get tracers and meters
* Add build scripts for Jaeger example
* Add example how to use Jaeger as exporter
* Improve naming and formatting
* Fix libraries version
* Address @arminru feedback
* Separate exporter from instrumentation
* Addressed the feedback of @bogdandrutu
* Add instruction to run Jaeger
* Addressed the feedback of @bogdandrutu