Commit Graph

67 Commits

Author SHA1 Message Date
John Watson b907616ad8
update a version that got missed in the README (#2889)
and fix the script that should have caught it.
2021-02-18 14:37:54 -08:00
John Watson ded7256c48
Update the documention for 0.17.0 (#2885) 2021-02-18 10:32:41 -08:00
John Watson 27dacb09fa
update the READMEs for 0.16.0 (#2783)
* update the READMEs for 0.16.0

* update context, add baggage

* trim down to trace
2021-02-09 13:31:00 -08:00
Anuraag Agrawal 3e341f9af5
Update changelog / docs for 0.15.0 (#2603) 2021-01-29 08:55:45 -08:00
Anuraag Agrawal 87cd33d8f1
Remove word reference from implementation (#2607) 2021-01-29 08:24:46 -08:00
Anuraag Agrawal 9ac3629416
Publish artifacts directly to sonatype. (#2596) 2021-01-28 08:05:54 -08:00
John Watson 2ba472d0e5
rename master -> main (#2579) 2021-01-25 16:26:18 -08:00
John Watson bd5a770afa
Update the READMEs for 0.14.1 (#2516)
and remove the readme updating step from the patch release action
2021-01-13 13:11:43 -08:00
Anuraag Agrawal b9ae80d0f4
Update README for 0.14.0 release (#2502) 2021-01-13 08:41:55 -08:00
John Watson fc28ee5696
Update the README (#2479)
* 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>
2021-01-12 14:06:54 +09:00
John Watson 015708b7a7
Move the semantic conventions generated code into its own module (#2423)
* 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>
2021-01-06 08:25:17 -08:00
Anuraag Agrawal 13b9ed3928
Remove gitter link from README (#2415)
* Remove gitter link from README

* Update README.md

Co-authored-by: John Watson <jkwatson@gmail.com>
2021-01-04 08:35:01 -08:00
Kacper Fronc 051c5609e5
Fix README tracing and baggage api links (#2409) 2020-12-28 14:23:06 +09:00
John Watson d2a012ac33
update the docs for the 0.13.1 patch release. (#2351) 2020-12-18 08:51:36 +09:00
John Watson b01afaac46
CHANGELOG and documentation updates for the 0.13.0 release (#2338)
* CHANGELOG updates for Dec 17, 2020

* update docs for 0.13.0 release

* point to github discussions
2020-12-17 12:28:17 -08:00
John Watson fd0b522dee
Update some out-of-date/broken docs (#2251) 2020-12-09 14:24:10 -08:00
Anuraag Agrawal 658d23ee1d
Update README + Changelog for 0.12.0 release. (#2196) 2020-12-04 10:36:36 -08:00
John Watson 27260a2d2c
Move Carlos from maintainer to approver, at his request (#2183) 2020-12-02 11:16:47 -08:00
Anuraag Agrawal 96c7f404b4
Don't repeat Java 8 support among all the subproject READMEs and at top level, clarify that published artifacts are Java 8, but building requires additional instructions. (#2124) 2020-11-24 09:04:40 -08:00
John Watson f5820b3c07
Add Oberon00 as approver (#2111)
* Add Christian NeuMueller as a codeowner.

* also add Christian to the README

* Update README.md
2020-11-20 20:30:28 -08:00
John Watson ec7884fbf0
Update the docs for the 0.11.0 release (#2097)
* update the docs for the 0.11.0 release

* also update the examples dependency, since no changes are necessary
2020-11-19 12:20:08 -08:00
Carlos Alberto Cortez 4aba70877c
Push README updates. (#2024) 2020-11-05 16:03:42 +01:00
Anuraag Agrawal 390d92e49a
Rename folder names from underscore to hyphen (#1968) 2020-11-03 14:46:40 +09:00
dengliming 42952755e8
Fix api link in README.md (#1956) 2020-10-31 21:48:32 -07:00
Ken Finnigan f70c765573
Modify Approvers list as Pavol now works for Traceable AI (#1862)
* 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>
2020-10-23 16:04:46 +02:00
Anuraag Agrawal 6ee9a19e09
Replace CircleCI badge with GitHub Actions (#1861) 2020-10-22 08:40:21 -07:00
Anuraag Agrawal 492a8171e1
Add GitHub workflows to automate releases (#1781)
* Add GitHub workflows to automate releases

* Cleanup

* Tab

* Rename prepareRelease and manual patch release instructions.
2020-10-13 15:21:42 +09:00
John Watson 0b6ae189b7
Update the docs for the 0.9.1 release (#1777)
* 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>
2020-10-11 20:49:58 -07:00
Anuraag Agrawal 8228d34f3e
Mark up README (#1750) 2020-10-09 12:42:33 +09:00
Bogdan Drutu 5f5da23add
Fix reference to correlation context (#1746)
* Fix reference to correlation context

Also fix the README components list to use English sentences.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Fix sdk extensions

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Fix opentracing shim sentence

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-10-04 09:05:42 -07:00
John Watson d2b927f420
a little README update (#1669) 2020-09-21 10:38:44 -07:00
John Watson 27090b8336
Switch to java 8 (#1665)
* 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.
2020-09-19 11:28:13 +09:00
John Watson 8470d6aaad
remote instructions on generating javadoc (#1654)
add a link in the README to the examples
2020-09-17 13:07:58 +09:00
John Watson cb73ccc4e7
Promote Anuraag to maintainer (#1629) 2020-09-11 09:40:12 -07:00
John Watson 225acce822
Update the README and CHANGELOG for 0.8.0 (#1614)
* draft of the changelog for 0.8.0

* add the proto/otlp exporter update

* update the README for 0.8.0

* a couple more updates
2020-09-01 13:25:33 -07:00
Bogdan Drutu 8b81baff9c
Update readme to be consistent with other repos (#1615) 2020-09-01 13:20:26 -07:00
John Watson 933e90db9b
Belatedly update the README for the 0.7.0 release (#1537) 2020-08-14 13:23:13 +02:00
Carlos Alberto Cortez b002d75212
Start 0.8.0 development cycle (#1497) 2020-08-03 17:07:13 -07:00
Bogdan Drutu 78ed6490ba
Propose @anuraaga as approver (#1451)
* Propose @anuraaga as approver

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

* Update README.md

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
2020-07-29 19:15:47 -07:00
John Watson b7af378abc
Update the docs for the 0.6.0 release. (#1394) 2020-07-02 19:18:13 -07:00
Nikita Salnikov-Tarnovski c558a9651b
Rename contrib to extensions (#1335) 2020-06-17 16:51:14 +02:00
Armin Ruech 9091bc4296
Update owners in readme (#1226)
as per #1222 and #1223
2020-05-15 09:22:16 -07:00
John Watson 0ce1a38824
First cut at a Zipkin Span Exporter (#1106)
* 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>
2020-05-01 08:42:40 -07:00
Carlos Alberto Cortez c85de6ebf6
Update Readme with release information (#1095) 2020-04-09 20:22:42 +02:00
John Watson 010f6d5e01
update README with the latest info 2020-04-03 10:34:22 -07:00
Bogdan Drutu 3b65e7fd8e
Promote @jkwatson to maintainer (#1065)
* 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>
2020-04-02 08:07:00 -07:00
David Barda f6638bfd63
Update distributedcontext to correlationcontext (#955) 2020-03-03 16:19:29 -05:00
Giovanni Liva 84fee45281
Quick Start guide (#869)
* Add initial description and configuration details

* QuickStart - First draft

* Wording

* Update QUICKSTART.md

Co-Authored-By: Armin Ruech <armin.ruech@dynatrace.com>

* Update QUICKSTART.md

Co-Authored-By: Armin Ruech <armin.ruech@dynatrace.com>

* Add quick start to readme.

* Apply suggestions of @jkwatson

* Address feedback of @arminru

* Fix example

* Address review comments

* Use opentelemetry website

Co-authored-by: Armin Ruech <armin.ruech@gmail.com>
2020-02-25 16:49:17 -08:00
Bogdan Drutu a4e4e6f9c6
Move owners at the bottom of the readme (#760) 2020-01-15 14:40:21 -08:00
Bogdan Drutu d1d27834c4
Move the list of approvers/maintainers in the repo. (#759)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-01-15 12:49:55 -08:00