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

Keep Getting Uninitialized Constant AsyncHttpApiClient::ZipkinHttpSender #148

Open
gjdame opened this issue Apr 14, 2019 · 1 comment
Open

Comments

@gjdame
Copy link

gjdame commented Apr 14, 2019

Trying to integrate with our rails application, but keep getting this uninitialized constant error. Config looks like
`require 'zipkin-tracer'
require_relative 'config/environment'

ZIPKIN_TRACER_CONFIG = {
service_name: 'test',
sample_rate: 1.0,
json_api_host: 'http://localhost:9411'
}.freeze

use ZipkinTracer::RackHandler, ZIPKIN_TRACER_CONFIG
run Rails.application`

Just curious if you have any insight as to why that might be popping up?

@ykitamura-mdsol
Copy link
Contributor

@gjdame Please update the version to 0.36.1.

For more detail, see #149

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

No branches or pull requests

2 participants