Projects



Changes between Version 43 and Version 44 of CloudNativeRenew


Ignore:
Timestamp:
Mar 29, 2021, 8:52:54 PM (4 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudNativeRenew

    v43 v44  
    133133=== Connecting an external admin interface === #admin
    134134The metric endpoints can be consumed by an external interface tool, such as [https://github.com/codecentric/spring-boot-admin Spring Boot Admin by codecentric].\\
    135 To set this up, you can download our sample setup of Spring Boot Admin here.
     135To set this up, you can download our sample setup of Spring Boot Admin [https://paose.informatik.uni-hamburg.de/paose/raw-attachment/wiki/CloudNativeRenew/CloudNativeRenew_SpringBootAdmin.zip here].
    136136
    137137Extract the archive and open a command shell in the extracted folder. Run:\\
     138`chmod +x gradlew` (Only on UNIX based systems)\\
    138139`./gradlew bootRun` (or `.\gradlew bootRun` on Windows CMD)\\
    139140Upon successful startup the Gradle task will show "80%" completion, as it assumes the run to be complete once the application exits again.