Skip to content

Default to zipkin exporter #305

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

Merged
merged 12 commits into from
Apr 13, 2021

Conversation

shashank11p
Copy link
Contributor

Revert defaulting to OTLP exporter.

Assertions.assertEquals(
ResourceAttributes.TELEMETRY_SDK_NAME.getKey(),
traces.get(0).getResourceSpans(0).getResource().getAttributes(12).getKey());
traces.get(0).getResourceSpans(0).getResource().getAttributes(0).getKey());
Copy link
Contributor

Choose a reason for hiding this comment

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

Rather than revert these tests, can we configure the tests to run with otlp?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, we can use OTLP in config while running these tests.

@davexroth davexroth merged commit e3e1ba9 into hypertrace:main Apr 13, 2021
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.

2 participants