We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a36367b commit bec522aCopy full SHA for bec522a
internal/status/targetallocator/handle.go
@@ -35,7 +35,6 @@ const (
35
)
36
37
// HandleReconcileStatus handles updating the status of the CRDs managed by the operator.
38
-// TODO: make the status more useful https://github.com/open-telemetry/opentelemetry-operator/issues/1972
39
func HandleReconcileStatus(ctx context.Context, log logr.Logger, params targetallocator.Params, err error) (ctrl.Result, error) {
40
log.V(2).Info("updating opampbridge status")
41
if err != nil {
0 commit comments