This is an automated email from the ASF dual-hosted git repository.

tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new aec087d2623 camel-torchserve - Fix a bit more typos in doc
aec087d2623 is described below

commit aec087d2623a1ac868cbf320f1da3f785887d2fa
Author: Tadayoshi Sato <sato.tadayo...@gmail.com>
AuthorDate: Mon Dec 2 22:41:45 2024 +0900

    camel-torchserve - Fix a bit more typos in doc
---
 .../camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc 
b/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc
index b58e3a35109..c17be681ff0 100644
--- 
a/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc
+++ 
b/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc
@@ -136,12 +136,12 @@ Caller can call `list` to confirm the model is 
unregistered. |
 The Metrics API provides the operations to fetch metrics in the Prometheus 
format.
 
 ----
-torchserve:mertrics/<operation>[?options]
+torchserve:metrics/<operation>[?options]
 ----
 
 [width="100%",cols="2,5,1,2",options="header"]
 |===
-| operation | Description | Headers | Result
+| Operation | Description | Options | Result
 | `metrics` | Get TorchServe application metrics in prometheus format. | 
`metricsName` | `String`
 |===
 

Reply via email to