You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will automatically register with Spring Boot Admin upon start up.
133
139
134
-
Once you run the application, it should automatically register with Spring Boot Admin and should be available in the UI at `http://localhost:8082`
140
+
Log in to the Spring Boot Admin UI at `http://localhost:8082` to interact with the application.
135
141
136
142
## Advanced Configuration
137
143
The following sections are intended for advanced users who want to configure advanced Pyctuator features.
138
144
139
145
### Application Info
140
-
While Pyctuator only needs to know the application's name, it is recommended that applications monitored by Spring
141
-
Boot Admin will show additional build and git details - this becomes handy when a service is scaled out to multiple instances by showing the version of each instance.
146
+
While Pyctuator only needs to know the application's name, we recommend that applications monitored by Spring
147
+
Boot Admin will show additional build and git details.
148
+
This becomes handy when scaling out a service to multiple instances by showing the version of each instance.
142
149
To do so, you can provide additional build and git info using methods of the Pyctuator object:
0 commit comments