Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cpp client features #351

Merged
merged 1 commit into from
Jan 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions data/clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,21 +315,21 @@ clients:
remote_sampler: yes
adaptive_sampler: yes
baggage_restriction: no
env_JAEGER_SERVICE_NAME: no
env_JAEGER_AGENT_HOST: no
env_JAEGER_AGENT_PORT: no
env_JAEGER_REPORTER_LOG_SPANS: no
env_JAEGER_REPORTER_MAX_QUEUE_SIZE: no
env_JAEGER_REPORTER_FLUSH_INTERVAL: no
env_JAEGER_SAMPLER_TYPE: no
env_JAEGER_SAMPLER_PARAM: no
env_JAEGER_SAMPLER_MANAGER_HOST_PORT: no
env_TRACER_TAGS: no
env_JAEGER_DISABLED: no
env_JAEGER_SERVICE_NAME: yes
env_JAEGER_AGENT_HOST: yes
env_JAEGER_AGENT_PORT: yes
env_JAEGER_REPORTER_LOG_SPANS: yes
env_JAEGER_REPORTER_MAX_QUEUE_SIZE: yes
env_JAEGER_REPORTER_FLUSH_INTERVAL: yes
env_JAEGER_SAMPLER_TYPE: yes
env_JAEGER_SAMPLER_PARAM: yes
env_JAEGER_SAMPLER_MANAGER_HOST_PORT: yes
env_TRACER_TAGS: yes
env_JAEGER_DISABLED: yes
env_JAEGER_RPC_METRICS: no
env_JAEGER_SAMPLER_MAX_OPERATIONS: no
env_JAEGER_SAMPLER_REFRESH_INTERVAL: no
env_JAEGER_ENDPOINT: no
env_JAEGER_ENDPOINT: yes
env_JAEGER_AUTH_TOKEN: no
env_JAEGER_USER: no
env_JAEGER_PASSWORD: no
Expand Down