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

refactor: use module per signal type #551

Merged
merged 1 commit into from
Apr 25, 2022
Merged

refactor: use module per signal type #551

merged 1 commit into from
Apr 25, 2022

Conversation

sumo-drosiek
Copy link
Contributor

@sumo-drosiek sumo-drosiek commented Apr 19, 2022

Mitigates open-telemetry/opentelemetry-collector#5168
Depends on: #550
Signed-off-by: Dominik Rosiek [email protected]

@sumo-drosiek sumo-drosiek requested a review from a team as a code owner April 19, 2022 09:18
@github-actions github-actions bot added documentation Improvements or additions to documentation go labels Apr 19, 2022
)

func TestUInt64ToTraceIDConversion(t *testing.T) {
assert.Equal(t,
pdata.NewTraceID([16]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}),
pcommon.NewTraceID([16]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why NewTraceID or NewSpanID are not in trace related package 🤔

Copy link
Contributor

@pmalek-sumo pmalek-sumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or actually... can you wait for #549 😅 to get merged? XD

@sumo-drosiek
Copy link
Contributor Author

Yup, I can 😛 , I need to wait for #550 too

Base automatically changed from drosiek-bump to main April 22, 2022 12:55
@swiatekm swiatekm force-pushed the drosiek-bump-changes branch from e68e32c to be94c01 Compare April 25, 2022 13:56
@swiatekm swiatekm force-pushed the drosiek-bump-changes branch from be94c01 to 631d78f Compare April 25, 2022 13:59
@swiatekm swiatekm requested review from swiatekm and pmalek-sumo and removed request for pmalek-sumo April 25, 2022 14:00
@swiatekm swiatekm removed the request for review from pmalek-sumo April 25, 2022 14:18
@swiatekm swiatekm dismissed pmalek-sumo’s stale review April 25, 2022 14:20

Prerequisite PR was merged.

@swiatekm swiatekm merged commit 8e0fc85 into main Apr 25, 2022
@swiatekm swiatekm deleted the drosiek-bump-changes branch April 25, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation go skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants