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
We need to add key assertions that provide value out-of-the-box.
Possible scenario:
Multiple of the examples Postman has would apply:
Response status code is 200
Response body contains string
Response body JSON value check
Response time is less than 200ms
but there are additional ones we could show:
all database spans return in less than 100ms
all http spans return status code of 200
all gRPC spans return status code of 0
The text was updated successfully, but these errors were encountered:
Copying @xoscar questions from Figma here so we can discuss them:
Should the examples match the spans that exist in the trace? In the first iteration, lets just keep it simple and have a defined list and have all of them show.
Should we breakdown the examples by types? db/http/faas, etc? I don't think we need to
Should we have a list of examples by type documented somewhere? Perhaps, but I don't think we need to include that in this scope.
We need to add key assertions that provide value out-of-the-box.
Possible scenario:
Multiple of the examples Postman has would apply:
Response status code is 200
Response body contains string
Response body JSON value check
Response time is less than 200ms
but there are additional ones we could show:
all database spans return in less than 100ms
all http spans return status code of 200
all gRPC spans return status code of 0
The text was updated successfully, but these errors were encountered: