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
This should be supplied so components can check if they are generating the proper observability data. This will avoid trivial mistakes like using the wrong methods for a given component.
The mistake risk can also be reduced by changing the obsreport interfaces. Either by having strong types on the interfaces per component and data type or by splitting it in packages per component and data type. Either way test helpers are valuable in both cases.
The text was updated successfully, but these errors were encountered:
This should be supplied so components can check if they are generating the proper observability data. This will avoid trivial mistakes like using the wrong methods for a given component.
The mistake risk can also be reduced by changing the
obsreport
interfaces. Either by having strong types on the interfaces per component and data type or by splitting it in packages per component and data type. Either way test helpers are valuable in both cases.The text was updated successfully, but these errors were encountered: