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

[chore][pkg/stanza] Make fingerprint.FirstBytes private #31346

Merged

Conversation

djaglowski
Copy link
Member

Depends on #31251

This is in preparation for adding additional fields to the fingerprint struct. The goal is to write the same data to storage while ensuring consistency between the fields of the struct. This problem does not present until there is a second field in the struct, but this PR prepares for that problem without adding the new field. See #31317 for additional detail.

@djaglowski djaglowski force-pushed the pkg-stanza-fingerprint-news branch from fc85b0e to ebbec28 Compare February 27, 2024 14:34
@djaglowski djaglowski marked this pull request as ready for review February 27, 2024 15:09
@djaglowski djaglowski requested a review from a team February 27, 2024 15:09
@djaglowski djaglowski merged commit fb0c8d2 into open-telemetry:main Feb 28, 2024
144 checks passed
@djaglowski djaglowski deleted the pkg-stanza-fingerprint-news branch February 28, 2024 17:18
@github-actions github-actions bot added this to the next release milestone Feb 28, 2024
XinRanZhAWS pushed a commit to XinRanZhAWS/opentelemetry-collector-contrib that referenced this pull request Mar 13, 2024
…ry#31346)

Depends on open-telemetry#31251

This is in preparation for adding additional fields to the fingerprint
struct. The goal is to write the same data to storage while ensuring
consistency between the fields of the struct. This problem does not
present until there is a second field in the struct, but this PR
prepares for that problem without adding the new field. See open-telemetry#31317 for
additional detail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants