From adaf4db743c9cf400731d9ff0a39308f25d86a97 Mon Sep 17 00:00:00 2001 From: ShiningZhang Date: Tue, 22 Feb 2022 14:38:59 +0800 Subject: [PATCH] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 31db680c..9ae95f01 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The goal of Paddle Serving is to provide high-performance, flexible and easy-to- - Support cloud deployment, provide a deployment case of Baidu Cloud Intelligent Cloud kubernetes cluster. - Provide more than 40 classic pre-model deployment examples, such as PaddleOCR, PaddleClas, PaddleDetection, PaddleSeg, PaddleNLP, PaddleRec and other suites, and more models continue to expand. - Supports distributed deployment of large-scale sparse parameter index models, with features such as multiple tables, multiple shards, multiple copies, local high-frequency cache, etc., and can be deployed on a single machine or clouds. +- Support service monitoring, provide prometheus-based performance statistics and port access

Tutorial

-- GitLab