We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this comment, it is stated that zipkin-cpp-opentracing supports Zipkin v2 format:
the zipkin c++ library currently only supports the V2 style spans
But when looking at zipkin_core_constants.h, the collector API sounds different:
zipkin_core_constants.h
const std::string DEFAULT_COLLECTOR_ENDPOINT = "/api/v1/spans"
Testing with nginx and this module, it seems to be working even with a v2 collector endpoint.
Is this a configuration bug? Could you please confirm which version is supported? And maybe, make the endpoint API path also a configuration?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this comment, it is stated that zipkin-cpp-opentracing supports Zipkin v2 format:
But when looking at
zipkin_core_constants.h
, the collector API sounds different:Testing with nginx and this module, it seems to be working even with a v2 collector endpoint.
Is this a configuration bug? Could you please confirm which version is supported?
And maybe, make the endpoint API path also a configuration?
The text was updated successfully, but these errors were encountered: