These 5 commits are when the Protocol Buffers files have changed:
Commit: | 56eeab7 | |
---|---|---|
Author: | Javi | |
Committer: | GitHub |
chore: use jaeger-idl/proto-gen/api_v2 (#7061) Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <codingalias@gmail.com>
The documentation is generated from this commit.
Commit: | 0e3482c | |
---|---|---|
Author: | Tyler Yahn | |
Committer: | GitHub |
Update all file license headers (#5189)
Commit: | a700e18 | |
---|---|---|
Author: | Koenraad Verheyden | |
Committer: | GitHub |
Add Jaeger remote sampler (#936) * Add Jaeger remote sampler * add jaeger_remote/example * Extract samplingStrategyParser * Generate code from jaeger-idl * Add per operation sampler, fix CI * Fix Description() * Delete jaeger-idl submodule, directly check in sampling.proto * Update OTel dependencies * Update README.md * Improve test coverage * (Sampler).Description() must not change over time PR to update spec: https://github.com/open-telemetry/opentelemetry-specification/issues/2095 If this is approved we can revert this commit. * Replace internals with jaeger-client-go * Address linting issues * Fix race condition in test * Update samplers/jaegerremote/README.md Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> * Update samplers/jaegerremote/internal/testutils/mock_agent.go Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> * revmoe go.mod debug info * fix Copyright and * add from * Update dependency * Modified according to pr * change config from https://github.com/open-telemetry/opentelemetry-go/blob/main/CONTRIBUTING.md#configuration * (fix:sampler_remote_options.go):change config * (fix:constants.go):remove Copyright * (fix:samoler_remote.go):fix config and add default * Update samplers/jaegerremote/sampler_remote_options.go yet Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> * add local path * fix lint * make precommit fix * (fix:sampler_remote_option.go):The default port of jaeger agent is 5778, but there are other ports specified by the user, so the sampling address and fetch address are strongly bound * change for Style guide * change for Update samplers/jaegerremote/sampler_remote_options.go Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com> Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com> Co-authored-by: dino.ma <dino_ma@163.com>
Commit: | 65f8350 | |
---|---|---|
Author: | Tyler Yahn | |
Committer: | GitHub |
Update instrumentation naming (#359) * Update README * Update google.golang.org/grpc * Update go.mongodb.org/mongo-driver * Update net/http and net/http/httptrace * Update github.com/labstack/echo * Update github.com/bradfitz/gomemcache * Update github.com/gin-gonic/gin * Update github.com/gocql/gocql * Update github.com/emicklei/go-restful * Update github.com/Shopify/sarama * Update github.com/gorilla/mux * Update github.com/astaxie/beego * Update gopkg.in/macaron.v1 * Update Makefile * Update dependabot config * Update gitignore * Update CHANGELOG * Update CHANGELOG with rename of beego struct
Commit: | 87806b1 | |
---|---|---|
Author: | Tyler Yahn | |
Committer: | GitHub |
Move gRPC instrumentation from go.opentelemetry.io/otel (#189) * Add google.golang.org/grpc instrumentation from otel repo Move the existing grpctrace package from the go.opentelemetry.io/otel repository to here. This is based on the package last modified in: 96a5f8ff46632869186135fb18af9f4052cea492 This is related to: https://github.com/open-telemetry/opentelemetry-go/issues/976 * Update package name: grpctrace -> grpc * Revert back to the v0.10.0 api/standard package for now * Make into Go module * Update the Changelog * Move the gRPC example from otel Taken from the otel repository at 5438916f6263163f98d80f6dea06350166568ed3 * Update packaging of example * Update go.sum for example * Add grpc instrumentation to dependabot config