-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
init go modules for jaeger exporter #237
init go modules for jaeger exporter #237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI failed with:
Working tree is not clean, did you forget to run "make precommit"?
On branch pull/237
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: example/basic/go.sum
modified: example/http-stackdriver/go.sum
modified: example/http/go.sum
modified: example/namedtracer/go.sum
modified: exporter/trace/jaeger/go.sum
modified: go.mod
modified: go.sum
no changes added to commit (use "git add" and/or "git commit -a")
make: *** [Makefile:57: test-clean-work-tree] Error 1
Exited with code 2
Not sure if that's relevant to your changes…
thanks @krnowak fixed, see last commits |
@eran-levy can you please sign the CLA? |
@rghetia done signed the CLA |
Thanks. There is a conflict in go.mod. Can you please rebase/resolve the conflict? |
Looks good. |
* Cortex: Add support for histogram and distribution * Cortex: Switch to HistogramDistribution Processor * Update exporters/metric/cortex/cortex.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/metric/cortex/cortex.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/metric/cortex/cortex.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Update exporters/metric/cortex/cortex.go Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> * Fix comment and remove count map * Make precommit Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
fixes #205