diff --git a/pkg/metrics/otel.go b/pkg/metrics/otel.go index a3808457e7..d09d0633b2 100644 --- a/pkg/metrics/otel.go +++ b/pkg/metrics/otel.go @@ -181,7 +181,6 @@ processors: aggregation_type: max - include: declared_resources action: update - new_name: current_declared_resources operations: - action: aggregate_labels label_set: [] diff --git a/pkg/reconcilermanager/controllers/otel_controller_test.go b/pkg/reconcilermanager/controllers/otel_controller_test.go index d8dd6233b0..b9746ca786 100644 --- a/pkg/reconcilermanager/controllers/otel_controller_test.go +++ b/pkg/reconcilermanager/controllers/otel_controller_test.go @@ -47,7 +47,7 @@ const ( // otel-collector ConfigMap. // See `CollectorConfigGooglecloud` in `pkg/metrics/otel.go` // Used by TestOtelReconcilerGooglecloud. - depAnnotationGooglecloud = "c2f6078a9afe1f32721173e9e15bbab5" + depAnnotationGooglecloud = "9ede45bd37596a48556f6dbba3e9fdb3" // depAnnotationGooglecloud is the expected hash of the custom // otel-collector ConfigMap test artifact. // Used by TestOtelReconcilerCustom.