Commit Graph

57 Commits

Author SHA1 Message Date
Carlos Alberto Cortez fb59147d96
Update our examples to use 0.3.0 (#1054)
* Update our examples to use 0.3.0

* Version tuning.
2020-03-30 13:36:03 -07:00
Giovanni Liva 03b1751a2e
Sdk usage (#1003)
* Add SDK examples

* README

* Format and Copyright

* Address PR feedback

* Update build to depend on snapshots and apply gjf

* Update examples

* Switch to Logging exporter

* Address feedback

* Remove custom SpanProcessor

* Address feedback on examples

* Delete DemoUtil

* EmptyMap only
2020-03-27 10:27:43 -07:00
Giovanni Liva 2d892444d1
Add http example (#695)
* Add build scripts for HTTP example

Add HTTP example

Improved naming and formatting

Add Semantic Convention to traces

Fix semantic convention

* Add Examples as OpenTelementry project

* Changed the build configuration - Examples are compiled with the main project

* Addressing comment of @carlosalberto

* Addressed the feedback of @bogdandrutu

* Removed InMemory exporter. Example as standalone project.

* Remove examples from main build

* Making the exporter private and static

Change visibility of attributes

* Update HTTP example README

* Apply java format

Co-authored-by: Inseo Kim <sano307@naver.com>
2020-03-24 09:08:52 -07:00
Uladzislau Kiva cefa2ab5d5
feat: update example for OT 0.2.4 (#1039) 2020-03-21 07:55:25 -07:00
Bogdan Drutu b20edbe043
Update the gradle distro for the jaeger example. (#959)
And, make sure the gradlew is executable.
2020-03-04 10:20:08 -08:00
Giovanni Liva 03f340258f Fix jaeger example (#776) 2020-01-18 18:48:47 -06:00
Giovanni Liva 8faa99ee1f Add jaeger example (#694)
* 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
2019-12-25 07:28:19 -08:00