Skip to content

Commit

Permalink
fix link from code comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Theel <tt@fino.digital>
  • Loading branch information
Tobias Theel committed Sep 2, 2021
1 parent 40d34cd commit 1417d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (r *reporterStats) incDroppedCount() {

type remoteReporter struct {
// These fields must be first in the struct because `sync/atomic` expects 64-bit alignment.
// Cf. https://github.com/jaegertracing/jaeger-client-go/v3/issues/155, https://goo.gl/zW7dgq
// Cf. https://github.com/jaegertracing/jaeger-client-go/issues/155, https://goo.gl/zW7dgq
queueLength int64 // used to update metrics.Gauge
closed int64 // 0 - not closed, 1 - closed

Expand Down
2 changes: 1 addition & 1 deletion sampler_remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type SamplerUpdater interface {
// delegates to it for sampling decisions.
type RemotelyControlledSampler struct {
// These fields must be first in the struct because `sync/atomic` expects 64-bit alignment.
// Cf. https://github.com/jaegertracing/jaeger-client-go/v3/issues/155, https://goo.gl/zW7dgq
// Cf. https://github.com/jaegertracing/jaeger-client-go/issues/155, https://goo.gl/zW7dgq
closed int64 // 0 - not closed, 1 - closed

sync.RWMutex // used to serialize access to samplerOptions.sampler
Expand Down

0 comments on commit 1417d5b

Please sign in to comment.