-
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
[chore]: move aggregation logic to internal module #33669
Merged
Merged
Conversation
This file contains 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
odubajDT
changed the title
chore: move aggregation logic to internal/coreinternal
chore[internal/core]: move aggregation logic to internal/coreinternal
Jun 20, 2024
odubajDT
changed the title
chore[internal/core]: move aggregation logic to internal/coreinternal
[internal/core]: move aggregation logic to internal/coreinternal
Jun 20, 2024
This was referenced Jun 20, 2024
odubajDT
changed the title
[internal/core]: move aggregation logic to internal/coreinternal
[internal/core]: move aggregation logic to internal module
Jun 21, 2024
crobert-1
added
processor/metricstransform
Metrics Transform processor
processor/transform
Transform processor
labels
Jun 21, 2024
github-actions
bot
requested review from
dmitryax,
bogdandrutu,
evan-bradley,
kentquirk and
TylerHelmuth
June 21, 2024 18:53
Adding |
TylerHelmuth
approved these changes
Jul 1, 2024
evan-bradley
approved these changes
Jul 1, 2024
odubajDT
changed the title
[internal/core]: move aggregation logic to internal module
chore: move aggregation logic to internal module
Jul 2, 2024
odubajDT
changed the title
chore: move aggregation logic to internal module
[chore]: move aggregation logic to internal module
Jul 2, 2024
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
dmitryax
pushed a commit
that referenced
this pull request
Jul 22, 2024
#33655) **Description:** - use aggregation business logic from `interval/core` - support `median` aggregation type - testing - docs **Link to tracking Issue:** #16224 **Depends on** #33669 --------- Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com> Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
evan-bradley
added a commit
that referenced
this pull request
Jul 29, 2024
…metrics (#33334) **Link to tracking Issue:** #16224 **Changes:** - implemented `aggregate_on_attributes` function (supporting sum/min/max/mean/median) for Sum, Gauge, Histogram, ExponentialHistogram - tests - documentation **Depends on** #33669 --------- Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com> Co-authored-by: Evan Bradley <11745660+evan-bradley@users.noreply.github.com>
6 tasks
f7o
pushed a commit
to f7o/opentelemetry-collector-contrib
that referenced
this pull request
Sep 12, 2024
… 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 <ondrej.dubaj@dynatrace.com>
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this pull request
Oct 4, 2024
… 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 <ondrej.dubaj@dynatrace.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
internal/core
processor/metricstransform
Metrics Transform processor
processor/transform
Transform processor
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.
Description:
Link to tracking Issue: #16224
Follow-ups: