Skip to content
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

💡 Expose generate functionality directly - enable unittesting & regression testing with this code #47

Open
jmacd opened this issue Mar 28, 2023 · 1 comment
Labels
question Further information is requested

Comments

@jmacd
Copy link
Member

jmacd commented Mar 28, 2023

Start Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

While debugging compression in the OTel Arrow bridge, we setup this telemetry generator and ran a test. When we discovered a bug, it was then helpful to be able to generate this data directly and feed it into a test. If there was a public API exposed to the internal packages, that would address this issue.

Basic Example

Telemetry generator produces interesting telemetry for a test.

Drawbacks

We would then start to break other's APIs and need to use semver. We can say that this is not a stable API.

Unresolved questions

No response

@jmacd jmacd added the question Further information is requested label Mar 28, 2023
@jmacd
Copy link
Member Author

jmacd commented Mar 28, 2023

@lquerel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant