WARNING: Failed to export metrics. Server responded with HTTP status code 415. Error message: Unable to parse response body, HTTP status message: Unsupported Media Type. On the other hand, using a OtlpGrpcMetricExporter instead returns:
I have agrpc-jsclient that communicates with via anistioservice mesh to a service implemented using thegrpc-gobackend. The client observes an error: error_message_string: 13 INTERNAL: Received RST_STREAM with code 0 (Call ended without gRPC status) Upon inspection, I see that the gRPC serve...
For example, a redirect to another URL if an upstream server responded with a 404 status code. []errorPage No location-snippets Sets a custom snippet in the location context. Overrides the location-snippets of the VirtualServer (if set) or the location-snippets ConfigMap key. string No*– ...
Still, we were afraid we might ruffle feathers with this announcement, so we reached out to Let's Encrypt a few weeks ago to give them a preview. Turns out we had nothing to worry about. They responded enthusiastically. We ended up becoming sponsors, and now we have some new friends! "...
time.sleep(2) # ensure the requests are queued self.assertFalse(queue_requests[0]["response"]["responded"]) self.assertFalse(queue_requests[1]["response"]["responded"]) # Cancelling any queued request cancels the entire sequence queue_requests[0]["future"].cancel() time.sleep(2) # ensur...
self.assertTrue(response["responded"]) self.assertEqual(response["result"], None) self.assertIsInstance(response["error"], InferenceServerException) self.assertEqual(response["error"].status(), "StatusCode.CANCELLED") self.assertEqual( response["error"].message(), "Locally cancelled by application...
self.assertTrue(response["responded"]) self.assertEqual(response["result"], None) self.assertIsInstance(response["error"], InferenceServerException) self.assertEqual(response["error"].status(), "StatusCode.CANCELLED") def _generate_streaming_callback_and_response_pair(self): response = [] # [...
self.assertTrue(response["responded"]) self.assertEqual(response["result"], None) self.assertIsInstance(response["error"], InferenceServerException) self.assertEqual(response["error"].status(), "StatusCode.CANCELLED") self.assertEqual( response["error"].message(), "Locally cancelled by application...