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] Allow trie to store a value #28592

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

djaglowski
Copy link
Member

@djaglowski djaglowski commented Oct 24, 2023

This PR enhances the internal trie struct (which is not yet in use anywhere in the codebase) such that a node may contain any value.

The motivation for this is that I believe we may soon be able to migrate knownFiles and previousPollFiles to tries, which will prove out the functionality of the trie and also should improve efficiency of the package overall.

@djaglowski djaglowski marked this pull request as ready for review October 24, 2023 21:48
@djaglowski djaglowski requested review from a team and songy23 October 24, 2023 21:48
@djaglowski djaglowski merged commit 5762219 into open-telemetry:main Oct 25, 2023
85 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 25, 2023
@djaglowski djaglowski deleted the pkg-stanza-trie-value branch October 25, 2023 13:57
sigilioso pushed a commit to carlossscastro/opentelemetry-collector-contrib that referenced this pull request Oct 27, 2023
This PR enhances the internal `trie` struct (which is not yet in use
anywhere in the codebase) such that a node may contain any value.

The motivation for this is that I believe we may soon be able to migrate
`knownFiles` and `previousPollFiles` to tries, which will prove out the
functionality of the trie and also should improve efficiency of the
package overall.
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this pull request Nov 12, 2023
This PR enhances the internal `trie` struct (which is not yet in use
anywhere in the codebase) such that a node may contain any value.

The motivation for this is that I believe we may soon be able to migrate
`knownFiles` and `previousPollFiles` to tries, which will prove out the
functionality of the trie and also should improve efficiency of the
package overall.
RoryCrispin pushed a commit to ClickHouse/opentelemetry-collector-contrib that referenced this pull request Nov 24, 2023
This PR enhances the internal `trie` struct (which is not yet in use
anywhere in the codebase) such that a node may contain any value.

The motivation for this is that I believe we may soon be able to migrate
`knownFiles` and `previousPollFiles` to tries, which will prove out the
functionality of the trie and also should improve efficiency of the
package overall.
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