Skip to content

Commit

Permalink
[chore] remove TODO (open-telemetry#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jan 24, 2025
1 parent e67f255 commit 2977e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/status/opampbridge/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const (
)

// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params manifests.Params, err error) (ctrl.Result, error) {
log.V(2).Info("updating opampbridge status")
if err != nil {
Expand Down
1 change: 0 additions & 1 deletion internal/status/targetallocator/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const (
)

// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params targetallocator.Params, err error) (ctrl.Result, error) {
log.V(2).Info("updating opampbridge status")
if err != nil {
Expand Down

0 comments on commit 2977e64

Please sign in to comment.