-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[processor/transform] Add Conversion Function to OTTL for Exponential Histo --> Histogram #33824
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
Merged
Merged
Changes from 46 commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
aa01984
added convert_exponential_hist_to_bucketed_hist function
daidokoro da0d514
added feature flag for new convert function
daidokoro 2bb4c6d
added tests for convert_exponential_hist_to_bucketed_hist
daidokoro edcaa14
removed commented code
daidokoro 7f8878e
add changelog
daidokoro 487b418
Merge branch 'main' into cds-1320
daidokoro 05d6a6b
renamed function
daidokoro e9d8aff
renamed and fixed test
daidokoro 9ce3395
changed function name
daidokoro 7fa713f
updated README
daidokoro 1f20a5f
readme
daidokoro 5e26f7d
added warning about usage
daidokoro ccbe496
Merge branch 'main' into cds-1320
daidokoro 911673f
add more testx
daidokoro d80c080
updated function comments
daidokoro 1ff58fa
Merge branch 'cds-1320' of github.com:coralogix/opentelemetry-collect…
daidokoro cdd8ee9
updated feature-gate flag name
daidokoro e23ef6f
Merge branch 'main' into cds-1320
daidokoro 30e791e
Merge branch 'main' into cds-1320
daidokoro d4f9032
adjust feature gate description
daidokoro 319b1f2
Merge branch 'main' into cds-1320
daidokoro 4218b95
Merge branch 'main' into cds-1320
daidokoro 1a8e731
Merge branch 'main' into cds-1320
daidokoro 47cc0c4
Merge branch 'main' into cds-1320
daidokoro 8baa474
fixed typos
daidokoro d0bf902
Merge branch 'cds-1320' of github.com:coralogix/opentelemetry-collect…
daidokoro d6cf406
added chloggen
daidokoro 9e3cbfa
removed duplicate change log
daidokoro a78729b
updated readme with addition distribution approaches
daidokoro 1b5558a
added random, uniform and midpoint distribution functions and updated…
daidokoro a260667
added tests for random, uniform and midpoint distribution implementat…
daidokoro ba8b742
added overflow assertion to random dist test
daidokoro c5db928
updated readme
daidokoro 278b80b
Merge branch 'main' into cds-1320
daidokoro bfc4ed9
fix default
daidokoro 5868330
update default
daidokoro a5e094f
removed featuregate
daidokoro 12ad335
add function to test
daidokoro e50619b
updated tests
daidokoro c05bf13
- updated algorithms, fixed minor issues with accuracy of conversion
daidokoro 7448835
updated readme
daidokoro be61c0d
Update processor/transformprocessor/README.md
daidokoro e159310
Merge branch 'main' into cds-1320
daidokoro f21fb3e
Merge branch 'main' into cds-1320
daidokoro e35ffd7
Merge branch 'main' into cds-1320
daidokoro 06232ff
Merge branch 'main' into cds-1320
daidokoro 3f57f36
Update processor/transformprocessor/internal/metrics/func_convert_exp…
daidokoro c19b23d
update function name and add warning message
daidokoro 33b636e
fixed function name
daidokoro 7b5447f
remove GOTO from distFn loop and changed transform function name
daidokoro d080b9e
adjust function name
daidokoro 0220d7d
Merge branch 'main' into cds-1320
daidokoro 456a464
fix typos
daidokoro d073e86
Merge branch 'cds-1320' of github.com:coralogix/opentelemetry-collect…
daidokoro 3039e90
fix linting issues
daidokoro 711a56f
Merge branch 'main' into cds-1320
daidokoro e027923
Merge branch 'main' into cds-1320
daidokoro 71db112
go mod tidy on transformprocessor
daidokoro a34d136
Merge branch 'main' into cds-1320
daidokoro f8a29b6
Merge branch 'main' into cds-1320
daidokoro 4c100e0
Merge branch 'main' into cds-1320
daidokoro f3a98d3
go mod tidy
daidokoro 3fac936
fixed linting issue
daidokoro 6e59f0a
Update processor/transformprocessor/internal/metrics/func_convert_exp…
daidokoro c1fa8ea
Update processor/transformprocessor/internal/metrics/func_convert_exp…
daidokoro 5bb3c30
go fmt
daidokoro 3543bb6
Merge branch 'main' into cds-1320
daidokoro 614dcad
gci-ed
daidokoro a5f43c0
Merge branch 'main' into cds-1320
daidokoro 5870ff4
make crosslink
daidokoro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Use this changelog template to create an entry for release notes. | ||
|
|
||
| # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
| change_type: 'enhancement' | ||
|
|
||
| # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
| component: processor/transform | ||
|
|
||
| # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
| note: "Add custom function to the transform processor to convert exponential histograms to explicit histograms." | ||
|
|
||
| # Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. | ||
| issues: [33827] | ||
|
|
||
| # (Optional) One or more lines of additional information to render under the primary note. | ||
| # These lines will be padded with 2 spaces and then inserted directly into the document. | ||
| # Use pipe (|) for multiline entries. | ||
| subtext: | ||
|
|
||
| # If your change doesn't affect end users or the exported elements of any package, | ||
| # you should instead start your pull request title with [chore] or use the "Skip Changelog" label. | ||
| # Optional: The change log or logs in which this entry should be included. | ||
| # e.g. '[user]' or '[user, api]' | ||
| # Include 'user' if the change is relevant to end users. | ||
| # Include 'api' if there is a change to a library API. | ||
| # Default: '[user]' | ||
| change_logs: [user] |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.