Conversation
83f40f4 to
a3eeed5
Compare
|
Is there a reason why we are using JUnit 4, not 5? |
fstab
left a comment
There was a problem hiding this comment.
Thanks a lot, it's looking great.
One tiny thing: There's an empty file trace.proto which I think is not needed.
Regarding tests: I like your test, it's a good way to test this. I know that test coverage of the OTel exporter is currently not great. For the Prometheus formats the ExpositionFormatsTest is much more complete, but it was also a lot of work :).
Is there a reason why we are using JUnit 4, not 5?
No, it's just that nobody updated it. If you like to create a PR: I'd appreciate an update to JUnit 5 :)
Signed-off-by: Greg Eales <0x006ea1e5@gmail.com>
a3eeed5 to
a12f657
Compare
Removed, sorry about that |
|
@fstab Are there any more actions you need me to do here? Is it suitable to me merged as is? |
@fstab
This PR adds support for exemplars in the OTLP Exporter
Addressed #877
The change seems fairly trivial, but I wonder if we need more test coverage?