Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

implement all jaeger config options #1341

Merged
merged 3 commits into from
Jun 7, 2019
Merged

Conversation

Dieterbe
Copy link
Contributor

@Dieterbe Dieterbe commented Jun 4, 2019

fix #1060
replaces #1228
replaces #1055

this way, we use MT's config system (unlike 1055) to set all config options the library supports, in particular, any sampler type (unlike 1228)

Copy link
Collaborator

@shanson7 shanson7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid to me, but backwards incompatible configuration.

@Dieterbe
Copy link
Contributor Author

Dieterbe commented Jun 4, 2019

correct. I think this is acceptable since we're still pre 1.0

jaeger/jaeger.go Outdated Show resolved Hide resolved
Copy link
Contributor

@replay replay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with some minor comments

tested with:
add-tags = foo=var,term=${WAIT_HOSTS:defalut-shouldnotseeme},term2=${TERM2:default-should-see-me},term3=${term3},bar=baz
@Dieterbe Dieterbe force-pushed the configurable-jaeger-client branch from 1c289f1 to 2760eb8 Compare June 7, 2019 07:15
@Dieterbe Dieterbe merged commit 6af26a3 into master Jun 7, 2019
@Dieterbe Dieterbe deleted the configurable-jaeger-client branch June 7, 2019 07:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement jaeger sampling
3 participants