* 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
* Remove getCurrentContext and withSpan from Tracer
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
* Remove old java7 example
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
* Create a simple otlp example, with a docker-compose collector setup.
* Add metrics into the example
* formatting
* remove the go metrics load generator
* remove unneeded pieces of the docker config; switch to using the BSP in the example code.
* Update examples/otlp/docker/otel-collector-config-demo.yaml
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>