-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[resourceprocessor] add support for profile signal type #36208
Conversation
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts: # processor/resourceprocessor/README.md # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@dmitryax please review as codeowner |
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Please resolve conflicts. |
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
@@ -9,12 +9,16 @@ require ( | |||
go.opentelemetry.io/collector/component v0.120.1-0.20250218214003-dae5d199ffc6 | |||
go.opentelemetry.io/collector/component/componenttest v0.120.1-0.20250218214003-dae5d199ffc6 | |||
go.opentelemetry.io/collector/confmap v1.26.1-0.20250218214003-dae5d199ffc6 | |||
go.opentelemetry.io/collector/confmap/xconfmap v0.120.1-0.20250218214003-dae5d199ffc6 | |||
go.opentelemetry.io/collector/confmap/xconfmap v0.120.0 |
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.
probably keep the old version for this, but we can also wait after release
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
# Conflicts: # processor/resourceprocessor/go.mod # processor/resourceprocessor/go.sum
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Description
This PR adds support for the profile signal type to the resource processor
Link to tracking issue
Fixes #35979
Testing
Extended the unit tests of the component
Documentation