These 33 commits are when the Protocol Buffers files have changed:
Commit: | 30c75b4 | |
---|---|---|
Author: | jack-berg | |
Committer: | GitHub |
Delete jaeger exporters (#6119)
The documentation is generated from this commit.
Commit: | 5d521f5 | |
---|---|---|
Author: | Pavol Loffay | |
Committer: | GitHub |
Switch Jaeger remote sampler to use grpc lite (#4043) * Switch Jaeger remote sampler to gRPC lite Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Abstract impl Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Service done * Working example Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Handle gzip compression Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Clean dependencies Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Remove dependency on proto Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * remove stdout Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix logger Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * jcmpAPI failing Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Switch logger Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Fix Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Support grpc netty too * NPE test * update after merge main * Switch Jaeger remote sampler to gRPC lite Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * some tests Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * some tests Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * tls test Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * tls for default Signed-off-by: Pavol Loffay <p.loffay@gmail.com> * Workaround logger reference issue * Use a better logger workaround * Wait for two polls since first poll may not have been processed by client in time for assertion. * Don't depend on poll count for assertions. * shutdownNow * Cleanups * Update logunit * Don't stop at body read failure Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
Commit: | b318c94 | |
---|---|---|
Author: | jack-berg | |
Committer: | GitHub |
Port examples to opentelemetry-java-docs (#4058)
Commit: | 0cef3f7 | |
---|---|---|
Author: | Anuraag Agrawal | |
Committer: | GitHub |
Migrate Jaeger exporter to marshaler (#3625) * Migrate Jaeger exporter to marshaler * Remove Jaeger protos from public API * Separate our jaeger-proto artifact. * Move * Cleanups * Spot
Commit: | 2dfc417 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Rename package name for sdk extensions to singular extension (#2002) Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Commit: | 139fcf2 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Fix proto generated files package for jaeger extension (#1993) Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Commit: | 6dfbc14 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Rename package name for exporters to singular exporter (#1992) Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Commit: | 390d92e | |
---|---|---|
Author: | Anuraag Agrawal | |
Committer: | GitHub |
Rename folder names from underscore to hyphen (#1968)
Commit: | 6e05d05 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Add github action to build examples when changes are identified in example directory (#1962) Update grpc version to generate one change in examples. Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
Commit: | 71ba8e1 | |
---|---|---|
Author: | dengliming | |
Committer: | GitHub |
Use the concise license header without the year (#1623) * Use the concise license header without the year * Use the concise license header without the year
Commit: | c558a96 | |
---|---|---|
Author: | Nikita Salnikov-Tarnovski | |
Committer: | GitHub |
Rename contrib to extensions (#1335)
Commit: | 610c92f | |
---|---|---|
Author: | Pavol Loffay | |
Committer: | GitHub |
Add Jaeger remote sampler (#1089) * Add Jaeger remote sampler Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Add tests Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Add remote sampler to all BOM Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Make docker test optional Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Use scheduled thread pool * Use daemon thread factory Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Cosmetic changes Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Add readme Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Commit: | 498e101 | |
---|---|---|
Author: | Giovanni Liva | |
Committer: | GitHub |
Add grpc example (#696) * Add build files for gRPC example
Commit: | b13457b | |
---|---|---|
Author: | Pavol Loffay | |
Committer: | Bogdan Drutu |
WIP: Comsume proto files from git submodule and build them in a separate module (#504) * Comsume proto files from git submodule and build them in a separate module Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Install make Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Fix CI Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Add back animalsniffer Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Polish gradle Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Move proto to libraries Signed-off-by: Pavol Loffay <ploffay@redhat.com> * remove install make run Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Install make to openjdk9 image Signed-off-by: Pavol Loffay <ploffay@redhat.com> * Add comment Signed-off-by: Pavol Loffay <ploffay@redhat.com>
Commit: | 6d1b31b | |
---|---|---|
Author: | Juraci Paixão Kröhling | |
Committer: | Bogdan Drutu |
Implemented the Jaeger Span Exporter using gRPC as the transport (#481) * Implemented the Jaeger Span Exporter using gRPC as the transport Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Changes based on the first review Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Fixed parent references Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Added deadline and check the failure codes to determine whether to retry Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Added readme with comment about the proto files Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de> * Removed dependency on the 'api' module Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Commit: | 0a0032b | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove description from LabelKey and use directly String. (#489)
Commit: | f42b6dc | |
---|---|---|
Author: | Yang Song | |
Committer: | Carlos Alberto Cortez |
Fix all typos (#473) Changes are generated with $ make misspell-correction See https://github.com/client9/misspell
Commit: | c0a182c | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove TruncatableString from proto to sync with ot-proto. (#445)
Commit: | c5e0bef | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove grpc protocol from SDK copy of the protos. Not needed. (#441)
Commit: | 7d42e11 | |
---|---|---|
Author: | Yang Song | |
Committer: | Bogdan Drutu |
Add RecordEventsSpanImpl to SDK. (#362) * Add RecordEventsSpanImpl to SDK. * Add toSpanProto. * StartEndHandler -> SpanProcessor. Remove sampleToLocalSpanStore. Fix events. * Remove ConcurrentIntrusiveList. * Replace TraceEvents<E> with EvictQueue + total count. * Move proto utils to another class. * Remove TraceProtoUtils from this PR. * Remove duplication in tests. * Remove hasRemoteParent to match proto changes. * Fix merge error. * Remove toSpanData. Reduce visibility. * Use Link interface as types.
Commit: | c097cda | |
---|---|---|
Author: | Yang Song | |
Committer: | Bogdan Drutu |
Add utilities to convert to Trace Protos in SDK. (#413)
Commit: | ca0ec9d | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Replace everywhere OpenConsensus with OpenTelemetry (#244) * Replace everywhere OpenConsensus with OpenTelemetry * Fix javadoc references. * Update javadoc exclude in the api.
Commit: | fad1d48 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Update proto to use counter instead of cumulative long/double. (#222)
Commit: | b4ee80e | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | Sergey Kanzhelev |
Rename Distribution to Histogram, remove sum of squares. (#171)
Commit: | 8b59c92 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Add all the limits to the trace config proto. (#153)
Commit: | 231e7fa | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Cleanup ids in trace proto. (#152)
Commit: | 7fe950b | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Cleanup copyright and package. (#149)
Commit: | 4188078 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Move start_time to point to be compatible with OpenMetrics. (#148)
Commit: | 527e55b | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove type from the resource. (#145) * Remove type from the resource. * Fix id for resource lables.
Commit: | 0563c01 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove unused field from span proto. (#140)
Commit: | 4ace15c | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove type from links. (#144)
Commit: | a3cd873 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Remove MessageEvent from the Span proto. (#141)
Commit: | 6928ae2 | |
---|---|---|
Author: | Bogdan Drutu | |
Committer: | GitHub |
Copy the current OpenCensus protos. (#134) * Copy the current OpenCensus protos. * Update protobuf and grpc * Remove jmh.