-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[processor/transform] Introduce convert_summary_quantile_val_to_gauge()
function
#37245
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
[processor/transform] Introduce convert_summary_quantile_val_to_gauge()
function
#37245
Conversation
96cccac
to
81aa995
Compare
81aa995
to
b86a924
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
not stale |
processor/transformprocessor/internal/metrics/func_convert_summary_quantile_val_to_gauge.go
Outdated
Show resolved
Hide resolved
Looks like the next step is to have @evan-bradley review. |
1f5f054
to
387e0ba
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
processor/transformprocessor/internal/metrics/func_convert_summary_quantile_val_to_gauge.go
Outdated
Show resolved
Hide resolved
…mary_quantile_val_to_gauge.go
Signed-off-by: odubajDT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for your patience with the long review cycle @odubajDT.
@edmocosta @TylerHelmuth could one of you take a look?
processor/transformprocessor/internal/metrics/func_convert_summary_quantile_val_to_gauge.go
Outdated
Show resolved
Hide resolved
…mary_quantile_val_to_gauge.go Co-authored-by: Evan Bradley <[email protected]>
Description
Introduce
convert_summary_quantile_val_to_gauge()
function which converts all quantiles of a Summary to Gauge with multiple datapoints, where each datapoint has an attribute representing the quantile.Link to tracking issue
Fixes #33850