This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new a42d8d8eccb feat(observability-services): default management port to
9876 (#1427)
a42d8d8eccb is described below
commit a42d8d8eccb354549cd20e258c7277956b1173e6
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Apr 24 14:41:55 2025 +0200
feat(observability-services): default management port to 9876 (#1427)
---
.../src/main/resources/config/application.properties | 1 +
1 file changed, 1 insertion(+)
diff --git
a/components-starter/camel-observability-services-starter/src/main/resources/config/application.properties
b/components-starter/camel-observability-services-starter/src/main/resources/config/application.properties
index f3b8a67f6e9..3a5a9da6014 100644
---
a/components-starter/camel-observability-services-starter/src/main/resources/config/application.properties
+++
b/components-starter/camel-observability-services-starter/src/main/resources/config/application.properties
@@ -16,6 +16,7 @@
## limitations under the License.
## ---------------------------------------------------------------------------
+management.server.port=9876
management.endpoints.web.exposure.include=health,prometheus
management.endpoints.web.base-path=/observe
management.endpoints.web.path-mapping.prometheus=metrics