-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Migrate otlptranslator package to prometheus/otlptranslator #16240
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
Conversation
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
c2e653f
to
80caee4
Compare
Taking a look, thanks. |
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.
Imports need to be reorganized a bit. I might also open a PR to otlp-prometheus-translator, because I possibly spotted some problems.
storage/remote/otlptranslator/prometheusremotewrite/histograms_test.go
Outdated
Show resolved
Hide resolved
storage/remote/otlptranslator/prometheusremotewrite/metrics_to_prw.go
Outdated
Show resolved
Hide resolved
storage/remote/otlptranslator/prometheusremotewrite/metrics_to_prw_test.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Imports re-organized. Could you share what problems are those? I may have more time than you to work on this, so maybe I could fix those problems |
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.
The PR should now use github.com/prometheus/otlptranslator
.
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
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.
LGTM, thanks!
This is an alternative for #16089. This time, the package was moved to its own repository instead of Prometheus/common. We're also not making any modifications whatsoever to the codebase, it's just a clean move.
Additional modifications will be done in separate PRs to make the review process easier.