feat: Support retrieving numeric metadata as either integers or decimals #490
Merged
askpt merged 4 commits intoopen-feature:mainfrom Sep 22, 2025
Merged
feat: Support retrieving numeric metadata as either integers or decimals #490askpt merged 4 commits intoopen-feature:mainfrom
askpt merged 4 commits intoopen-feature:mainfrom
Conversation
5aa014b to
b456089
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #490 +/- ##
==========================================
+ Coverage 90.04% 90.07% +0.02%
==========================================
Files 77 77
Lines 2873 2881 +8
Branches 323 327 +4
==========================================
+ Hits 2587 2595 +8
Misses 226 226
Partials 60 60 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…r decimals open-feature#443 Signed-off-by: Otto Lagerquist <otto_nr26@hotmail.com> Signed-off-by: lager95 <33402278+lager95@users.noreply.github.com>
b456089 to
51f1212
Compare
toddbaert
approved these changes
Jun 13, 2025
kinyoklion
reviewed
Jun 13, 2025
arttonoyan
reviewed
Jun 13, 2025
chrfwow
reviewed
Jun 16, 2025
Contributor
|
It seems like you added a duplicate |
Updated document comments to reflect the conversions between int and double. Signed-off-by: lager95 <33402278+lager95@users.noreply.github.com>
9505483 to
5034ea5
Compare
askpt
approved these changes
Sep 22, 2025
This was referenced Oct 17, 2025
This was referenced Jan 22, 2026
Closed
Closed
Bump the nuget-production-dependencies group with 17 updates
PraveenKumarDova/opentelemetry-demo#113
Closed
Bump the nuget-production-dependencies group with 16 updates
dastagiridev-tech/opentelemetry-demo#85
Closed
Bump the nuget-production-dependencies group with 16 updates
laurentpf5/opentelemetry-nginx-demo#170
Closed
This was referenced Feb 3, 2026
Closed
Closed
Closed
Closed
Open
Closed
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.
This PR
Related Issues
Fixes #443