-
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
Merged
evan-bradley
merged 22 commits into
open-telemetry:main
from
odubajDT:transform-convert-summary-gauge
Aug 8, 2025
Merged
[processor/transform] Introduce convert_summary_quantile_val_to_gauge()
function
#37245
evan-bradley
merged 22 commits into
open-telemetry:main
from
odubajDT:transform-convert-summary-gauge
Aug 8, 2025
Conversation
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
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 |
evan-bradley
reviewed
Mar 4, 2025
processor/transformprocessor/internal/metrics/func_convert_summary_quantile_val_to_gauge.go
Outdated
Show resolved
Hide resolved
evan-bradley
reviewed
Mar 4, 2025
Looks like the next step is to have @evan-bradley review. |
This was referenced Mar 23, 2025
This was referenced Apr 1, 2025
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. |
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