* Update the README to use the bom for dependencies
* allow auto-alpha updating of docs
* update the metrics to show the most recent alpha
* make the zpages docs update with the alpha tag
* Update README.md
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* update the gradle snapshot example
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Move the semantic conventions generated code into its own module
* remove un-needed dependencies
* move the semconv module to the top level, out of the API namespace
* Update README.md
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* move SemanticAttributes to a more appropriate package and deprecate the old ones in the api package.
* Apply suggestions from code review
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
* Modify Approvers list as Pavol now works for Traceable AI
* Update README.md
Use brand name as per @pavolloffay's preference
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
* Update the docs for the 0.9.1 release
* correct a bad method name
* Update CHANGELOG.md
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
Co-authored-by: Christian Neumüller <christian+github@neumueller.me>
* switch to java 8
* update the READMEs and use Object.equals in a couple of cases to test that we're really compiling for java 8/android 24.
* formatting
* use the newer release options for the build, and change the int test to not be java 7 any more.
* switch back to source/target compatibility
* sure wish I could run docker locally to test this out.
* basic zipkin span exporter with some unit tests
* add tests for the configuration class, hook up a create method and clean up other unit tests
* add a README
* Update exporters/zipkin/README.md
Co-Authored-By: Adrian Cole <adriancole@users.noreply.github.com>
* Update exporters/zipkin/src/main/java/io/opentelemetry/exporters/zipkin/ZipkinSpanExporter.java
Co-Authored-By: Adrian Cole <adriancole@users.noreply.github.com>
* Update exporters/zipkin/README.md
Co-Authored-By: Adrian Cole <adriancole@users.noreply.github.com>
* apply PR review comments
* Update build.gradle
Co-Authored-By: Adrian Cole <adriancole@users.noreply.github.com>
* a little bit of cleanup from PR review
* implement shutdown and provide javadoc about the closing of the Sender
* don't set attributes if they're already set.
* formatting
* grpc tweaks, and an exception thrown
* Update the comment to be a little more accurate.
* formatting
* Update exporters/zipkin/src/main/java/io/opentelemetry/exporters/zipkin/ZipkinExporterConfiguration.java
Co-Authored-By: Adrian Cole <adriancole@users.noreply.github.com>
* Update exporters/zipkin/src/main/java/io/opentelemetry/exporters/zipkin/ZipkinExporterConfiguration.java
Co-Authored-By: Adrian Cole <adriancole@users.noreply.github.com>
* doc/naming cleanup
* simplify the builder, provide two simple factory methods
* strip out the endpoint logic and instead get it from the Resource
* formatting
* restore the serviceName option, but keep the Resource-based override.
* update for changes from master.
* remove factory methods on the configuration, and update the README
* update the docs to match the requirements
* fix a typo
* tiny re-arrange of javadoc
* Add zipkin to the top-level docs
Co-authored-by: Adrian Cole <adriancole@users.noreply.github.com>
* Promote John to maintainer
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
* Update README.md
Co-Authored-By: John Watson <jkwatson@gmail.com>
Co-authored-by: John Watson <jkwatson@gmail.com>