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
[](https://bestpractices.coreinfrastructure.org/projects/3564)
13
13
14
14
<pstyle="clear:both;">
@@ -95,7 +95,7 @@ curl --location --request GET 'http://service-b:9091/metrics'
95
95
"RespFailed": []
96
96
}
97
97
```
98
-
* In ReqReceived we see list of requests `service-b` received and from whom it received. Here we see `service-A`. Actually each of the service sets a header `ServiceName` which is read by the service to determine the sender.
98
+
* In ReqReceived we see list of requests `service-b` received and from whom it received. Here we see `service-A`. Actually each of the service sets a header `ServiceName` which is read by the service to determine the sender.
99
99
* As `service-b` made a request to `service-c` and the request succeeded, we can see the details in the list of successful responses (RespSucceeded).
100
100
101
101
#### DELETE /metrics
@@ -115,7 +115,7 @@ The `learn-layer5` application serves as a sample application to validate the co
115
115
## Invoking conformance tests
116
116
117
117
**As a Service Mesh user**
118
-
Meshery allows you to schedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
118
+
Meshery allows you to schedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
119
119
120
120
**As a Service Mesh maker**
121
121
Meshery guarantees provenance of these tests and facilitates the public publicing of this suite of tests results into a versioned, public matrix of conformance status (consisting of both supported capabilities and test compliance).
0 commit comments