You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CALL OPSCENTER.ADMIN.DELETE_PROBE('asdfasdfasdf') will return null because we aren't validating that a probe (or label) exists with that name -- we just try to delete it.
We should return an error if the caller tries to delete something that is not present.
The text was updated successfully, but these errors were encountered:
CALL OPSCENTER.ADMIN.DELETE_PROBE('asdfasdfasdf')
will returnnull
because we aren't validating that a probe (or label) exists with that name -- we just try to delete it.We should return an error if the caller tries to delete something that is not present.
The text was updated successfully, but these errors were encountered: