-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 aggregate_on_attribute_value function for metrics #33423
[processor/transform] introduce aggregate_on_attribute_value function for metrics #33423
Conversation
c20b2b5
to
02b67f3
Compare
**Description:** <Describe what has changed.> - duplicated and enhanced aggregation business logic (with median function) for common usage in follow-up tickets - tests **Link to tracking Issue:** #16224 **Follow-ups:** - #33655 - #33334 - #33423 --------- Signed-off-by: odubajDT <[email protected]>
4efaef2
to
f1695ae
Compare
4b42a51
to
eaec68c
Compare
8339c0c
to
2d876ab
Compare
26060ce
to
6751508
Compare
19e0b2f
to
97f8f68
Compare
0ca7ae3
to
01fc697
Compare
Hey @TylerHelmuth @evan-bradley would you please have a look? |
@TylerHelmuth @evan-bradley would you have time to look into this? Thanks! |
Just doubling checking with code owners before it is merged. |
processor/transformprocessor/internal/metrics/func_agregate_on_attribute_value_metrics.go
Outdated
Show resolved
Hide resolved
processor/transformprocessor/internal/metrics/func_agregate_on_attribute_value_metrics_test.go
Show resolved
Hide resolved
processor/transformprocessor/internal/metrics/func_agregate_on_attribute_value_metrics_test.go
Show resolved
Hide resolved
… for metrics Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
e4c5cbe
to
54dfc96
Compare
Signed-off-by: odubajDT <[email protected]>
Hey @evan-bradley, just double checking you're okay with the changes made? |
This looks good to me, thanks for continuing to push this along @MovieStoreGuy. @TylerHelmuth could you take a look when you have time? |
Signed-off-by: odubajDT <[email protected]>
… for metrics (open-telemetry#33423) **Link to tracking Issue:** open-telemetry#16224 **Changes:** - implemented `aggregate_on_attribute_value` function - tests - documentation **Depends on** open-telemetry#33669 --------- Signed-off-by: odubajDT <[email protected]>
… for metrics (open-telemetry#33423) **Link to tracking Issue:** open-telemetry#16224 **Changes:** - implemented `aggregate_on_attribute_value` function - tests - documentation **Depends on** open-telemetry#33669 --------- Signed-off-by: odubajDT <[email protected]>
Link to tracking Issue: #16224
Changes:
aggregate_on_attribute_value
functionDepends on #33669