-
Notifications
You must be signed in to change notification settings - Fork 100
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
Zipkin-specific observer support #157
base: master
Are you sure you want to change the base?
Zipkin-specific observer support #157
Conversation
262d7ed
to
e36ac10
Compare
Fixed newly-introduced golangci-lint complaints regarding repeating string constants in test files in last force push. There is still two complaints from upstream remaining, regarding parseTagsAsZipkinOptions cyclomatic complexity and benchmarkWithOps's numItems parameter always being 0. Possibly it is worth disabling golangci-lint for *_test.go files and either splitting parseTagsAsZipkinOptions in few further functions, or raising gocyclo limit and/or using gocognit instead. |
e36ac10
to
68f9fd6
Compare
Cleaned up implementation a bit. |
6ec8c85
to
30d9174
Compare
Added more test-cases. |
6cb8f48
to
5ed71da
Compare
Removed redundant Added |
7422fd1
to
b1c5a41
Compare
b1c5a41
to
7eae14b
Compare
Naive approach to adding support for zipkin-specific observers.
Merging two interfaces does not seem to be viable, either type-safety- or performance-wise.
closes #156