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

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


The following commit(s) were added to refs/heads/main by this push:
     new 34887f912 Update default port for metrics from 8282 to 8182 (#3335)
34887f912 is described below

commit 34887f91299dee192ed4abddf76f9be88ff87ca5
Author: rishii-19-works <[email protected]>
AuthorDate: Sun Dec 28 06:21:21 2025 +0530

    Update default port for metrics from 8282 to 8182 (#3335)
    
    Corrects the default metrics port from 8282 to 8182 and clarifies the 
available metrics endpoints in the documentation.
---
 site/content/in-dev/unreleased/telemetry.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/content/in-dev/unreleased/telemetry.md 
b/site/content/in-dev/unreleased/telemetry.md
index d21fadeae..fc1a1336c 100644
--- a/site/content/in-dev/unreleased/telemetry.md
+++ b/site/content/in-dev/unreleased/telemetry.md
@@ -25,8 +25,8 @@ weight: 450
 ## Metrics
 
 Metrics are published using [Micrometer]; they are available from Polaris's 
management interface
-(port 8282 by default) under the path `/q/metrics`. For example, if the server 
is running on
-localhost, the metrics can be accessed via http://localhost:8282/q/metrics.
+(port 8182 by default) under the path `/q/metrics`. For example, if the server 
is running on
+localhost, the metrics can be accessed via http://localhost:8182/q/metrics.
 
 [Micrometer]: https://quarkus.io/guides/telemetry-micrometer
 

Reply via email to