Migrate OTel/dogstatsd common functions to src/common#1329
Merged
Conversation
Collaborator
Author
abbffd9 to
5d2d1c0
Compare
scottopell
approved these changes
Apr 23, 2025
This was referenced Apr 24, 2025
b17ae82 to
5d2d1c0
Compare
08f893c to
afe20cc
Compare
5d2d1c0 to
b01874b
Compare
This was referenced Apr 30, 2025
b01874b to
aaef818
Compare
afe20cc to
2ba5469
Compare
This was referenced May 8, 2025
Closed
aaef818 to
9ffbdec
Compare
2ba5469 to
95d028b
Compare
9ffbdec to
9d8800f
Compare
95d028b to
34721dc
Compare
9d8800f to
bb9ab4d
Compare
34721dc to
1fbedb4
Compare
This was referenced May 12, 2025
1d9b318 to
2b83224
Compare
fdd9350 to
22ae78d
Compare
2b83224 to
73ec95e
Compare
22ae78d to
1a9089c
Compare
73ec95e to
78de301
Compare
1a9089c to
e578402
Compare
e36c7d4 to
63bbdfb
Compare
e578402 to
66282d1
Compare
46ddd33 to
149bce2
Compare
e045117 to
e1f5ff2
Compare
1e27d8e to
61ce1a7
Compare
e1f5ff2 to
5ac6297
Compare
61ce1a7 to
913763a
Compare
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
This commit is in preparation for more extensive changes to the OTel metrics payload. I have scooted common configuration and string selection functions up into the crate common sub-tree. REF SMPTNG-659 Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
913763a to
7f576ee
Compare
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What does this PR do?
Migrate OTel/dogstatsd common functions to src/common
This commit is in preparation for more extensive changes to the OTel metrics
payload. I have scooted common configuration and string selection functions up
into the crate common sub-tree.
Motivation
REF SMPTNG-659