Skip to content

Trace the dedicated query server#454

Merged
yurishkuro merged 1 commit intojaegertracing:masterfrom
rbtcollins:master
Oct 6, 2017
Merged

Trace the dedicated query server#454
yurishkuro merged 1 commit intojaegertracing:masterfrom
rbtcollins:master

Conversation

@rbtcollins
Copy link
Copy Markdown
Contributor

The standalone query server already has tracing enabled. This is a
trivial parity patch.

The standalone query server already has tracing enabled. This is a
trivial parity patch.

Signed-off-by: Robert Collins <robertc@vmware.com>
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 100.0% when pulling e0b3828 on rbtcollins:master into 5030513 on jaegertracing:master.


tracer, closer, err := jaegerClientConfig.Configuration{
Sampler: &jaegerClientConfig.SamplerConfig{
Type: "probabilistic",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

use const instead of probabilistic, it's cheaper.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

actually, I think this needs to be overridable vie cmd line switches

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This will be via jaegertracing/jaeger-client-go#206 no? I think we should have one set of variables for all the Jaeger bindings, so that its really easy to configure jaeger enabled components in one consistent fashion. That hasn't been done yet though.

I can switch this to const easily - I think its worth noting though that this is the code thats in the all-in-one entry point. Should I change that at the same time?

Given that this is a very simple and relatively low-use UI: scales O(developers) not O(users), I think a const of 1 is fine to start with.

@yurishkuro yurishkuro merged commit d17fad0 into jaegertracing:master Oct 6, 2017
ideepika pushed a commit to ideepika/jaeger that referenced this pull request Oct 22, 2017
The standalone query server already has tracing enabled. This is a
trivial parity patch.

Signed-off-by: Robert Collins <robertc@vmware.com>
isaachier pushed a commit to isaachier/jaeger that referenced this pull request Nov 1, 2017
The standalone query server already has tracing enabled. This is a
trivial parity patch.

Signed-off-by: Robert Collins <robertc@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants