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

[pkg/telemetryquerylanguage] Move common functions to telemetryquerylanguage pkg #12739

Merged

Conversation

TylerHelmuth
Copy link
Member

Description:
This PR moves functions from the transform processor that do not rely on pdata. Since this package could be used externally, its common functions cannot have assumptions that that the incoming data is pdata.

The functions are copied from the transform processor. There as been no functional change except to make the functions public.

The transform processor will be updated to use these functions in a later PR.

Link to tracking Issue:
Works towards #11751

Testing:
Ran unit tests

Documentation:
Added new function documentation.

@TylerHelmuth TylerHelmuth requested a review from a team as a code owner July 26, 2022 22:39
@TylerHelmuth
Copy link
Member Author

/cc @kentquirk

@TylerHelmuth TylerHelmuth changed the title [pkg/telemetryquerylanguage] Move some functions to telemetryquerylanguage pkg [pkg/telemetryquerylanguage] Move common functions to telemetryquerylanguage pkg Jul 27, 2022
@djaglowski djaglowski merged commit 8e4a062 into open-telemetry:main Aug 2, 2022
@TylerHelmuth TylerHelmuth deleted the issue-11751-move-functions branch August 2, 2022 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants