From 8f9408bcbc8262ecd8385482e2ad5cc50f2a8d23 Mon Sep 17 00:00:00 2001 From: Don Bourne Date: Thu, 18 Aug 2022 12:03:10 -0400 Subject: [PATCH] update for vendor metrics section Signed-off-by: Don Bourne --- spec/src/main/asciidoc/architecture.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/src/main/asciidoc/architecture.adoc b/spec/src/main/asciidoc/architecture.adoc index ade98b39..f6bec550 100644 --- a/spec/src/main/asciidoc/architecture.adoc +++ b/spec/src/main/asciidoc/architecture.adoc @@ -83,8 +83,7 @@ Metrics with application-defined scopes are exposed under `/metrics?scope=scope_ ===== Vendor specific Metrics -It is possible for MicroProfile server implementors to supply their specific metrics data on top -of the basic set of required metrics. +Vendors may choose to provide metrics relevant to their runtime. Vendor specific metrics are exposed under `/metrics?scope=vendor`.