diff --git a/dashboard-service/src/main/resources/application.yml b/dashboard-service/src/main/resources/application.yml index 573b0f1..81b9a24 100644 --- a/dashboard-service/src/main/resources/application.yml +++ b/dashboard-service/src/main/resources/application.yml @@ -132,7 +132,7 @@ management : prometheus : enabled : true -ujar : +knowhowto : build : description : '@project.description@' relative-path : ${SERVER_SERVLET_CONTEXT_PATH:/} diff --git a/dashboard-service/src/test/resources/application.yml b/dashboard-service/src/test/resources/application.yml index 37273ce..fa9a61a 100644 --- a/dashboard-service/src/test/resources/application.yml +++ b/dashboard-service/src/test/resources/application.yml @@ -44,7 +44,7 @@ embedded : reuse-container : true docker-image : rabbitmq:3.12-management-alpine -ujar : +knowhowto : build : description : '@project.description@' relative-path : '/' diff --git a/edge-service/src/main/java/org/ujar/bookingdb/edge/config/ServicesProperties.java b/edge-service/src/main/java/org/ujar/bookingdb/edge/config/ServicesProperties.java index d547533..aaad38f 100644 --- a/edge-service/src/main/java/org/ujar/bookingdb/edge/config/ServicesProperties.java +++ b/edge-service/src/main/java/org/ujar/bookingdb/edge/config/ServicesProperties.java @@ -2,6 +2,6 @@ import org.springframework.boot.context.properties.ConfigurationProperties; -@ConfigurationProperties(prefix = "ujar.services") +@ConfigurationProperties(prefix = "knowhowto.services") public record ServicesProperties(String dashboardService) { } diff --git a/edge-service/src/main/resources/application-local.yml b/edge-service/src/main/resources/application-local.yml index 893689d..bd0bbc1 100644 --- a/edge-service/src/main/resources/application-local.yml +++ b/edge-service/src/main/resources/application-local.yml @@ -14,6 +14,6 @@ management : server : port : 2999 -ujar : +knowhowto : services : dashboard-service : http://localhost:3000 diff --git a/edge-service/src/main/resources/application.yml b/edge-service/src/main/resources/application.yml index 792f0b6..d80f6c6 100644 --- a/edge-service/src/main/resources/application.yml +++ b/edge-service/src/main/resources/application.yml @@ -90,6 +90,6 @@ management : show-values : always prometheus : enabled : true -ujar : +knowhowto : services : dashboard-service : ${DASHBOARD_SERVICE_URL:http://dashboard-service} diff --git a/edge-service/src/test/resources/application.yml b/edge-service/src/test/resources/application.yml index 99f831e..6d77c0b 100644 --- a/edge-service/src/test/resources/application.yml +++ b/edge-service/src/test/resources/application.yml @@ -2,6 +2,6 @@ spring : application : name : edge-service -ujar : +knowhowto : services : dashboard-service : http://dashboard-service diff --git a/importer-service/src/main/resources/application.yml b/importer-service/src/main/resources/application.yml index d9d1deb..8662298 100644 --- a/importer-service/src/main/resources/application.yml +++ b/importer-service/src/main/resources/application.yml @@ -132,7 +132,7 @@ management : prometheus : enabled : true -ujar : +knowhowto : build : description : '@project.description@' relative-path : ${SERVER_SERVLET_CONTEXT_PATH:/} diff --git a/importer-service/src/test/resources/application.yml b/importer-service/src/test/resources/application.yml index ccd2ba3..28d6a7c 100644 --- a/importer-service/src/test/resources/application.yml +++ b/importer-service/src/test/resources/application.yml @@ -44,7 +44,7 @@ embedded : reuse-container : true docker-image : rabbitmq:3.12-management-alpine -ujar : +knowhowto : build : description : '@project.description@' relative-path : '/' diff --git a/src/main/docker/prometheus/prometheus.yml b/src/main/docker/prometheus/prometheus.yml index 462f09f..72a345e 100644 --- a/src/main/docker/prometheus/prometheus.yml +++ b/src/main/docker/prometheus/prometheus.yml @@ -1,4 +1,4 @@ -# Sample global config for monitoring uJar applications +# Sample global config for monitoring KnowHowSpringBoot applications global : scrape_interval : 15s # By default, scrape targets every 15 seconds. evaluation_interval : 15s # By default, scrape targets every 15 seconds.