- 30 Jul, 2017 1 commit
-
-
fernandosure authored
-
- 25 Jul, 2017 1 commit
-
-
Johannes Edmeier authored
Since there is no Heartbeat or InstanceRegisteredEvent when using the SimpleDiscoveryClient we need to listen on the ApplicationReadyEvent and register the configured instances closes #505
-
- 24 Jul, 2017 1 commit
-
-
Johannes Edmeier authored
In order to reduce the noise in the application log, only the first failure when registering is logged on the WARN level. All further attempts are logged using the DEBUG level. closes #490
-
- 23 Jul, 2017 3 commits
-
-
Johannes Edmeier authored
With this commit two new properties were added to ease the client configuration when used in servlet containers: `spring.boot.admin.client.management-base-url` and `spring.boot.admin.client.service-base-url`. Both properties can be used to specify protocol, host and port for the urls. The paths will still be guessed and appended to the base-urls. Additionally the servlet context path is not read from the properties but from the ServletContext itself. closes #488
-
Johannes Edmeier authored
in order to get the ConfigurationProperties correctly recognized we need to provide some getters for the properties. fixes #493
-
Thibaut Tropardy authored
In case there are multuple MessageConverters present, we mus make sure that the message gets converted into json by setting the content-type header to application/json. fixes #445
-
- 05 Jul, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #489
-
- 29 Jun, 2017 2 commits
-
-
Michał Wojciechowski authored
-
Johannes Edmeier authored
fixes #479
-
- 28 Jun, 2017 1 commit
-
-
Johnny Lim authored
-
- 25 Jun, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
fixes #477
-
- 16 Jun, 2017 3 commits
-
-
Johannes Edmeier authored
-
coestre authored
With this commit all values from /metrics are shown and a option to filter these values is provided closes #264
-
Johannes Edmeier authored
-
- 06 Jun, 2017 1 commit
-
-
philippe.agra authored
-
- 31 May, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 30 May, 2017 1 commit
-
-
Christian Gebauer authored
-
- 19 May, 2017 1 commit
-
-
Johannes Edmeier authored
Until now the thread querying the application endpoint can be blocked for a very long time when the application is inresponsive. With this commit two new properties `spring.boot.admin.monitor.read-timeout` (default: 2s) and `spring.boot.admin.monitor.connect-timeout` (default: 5s) are added. closes #462
-
- 16 May, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 14 May, 2017 1 commit
-
-
Johannes Edmeier authored
Since the healthIndicator for Hystrix lists all discovered services, it looks like the filtering is broken. So we need to ignore the status information when filtering the application list. fixes #438
-
- 12 May, 2017 2 commits
-
-
Johannes Edmeier authored
-
Jochen Wierum authored
-
- 07 May, 2017 1 commit
-
-
Jochen Wierum authored
-
- 02 May, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 26 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
closes #439
-
- 19 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 13 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 12 Apr, 2017 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
-
- 07 Apr, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 29 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 28 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
Adds a workaround for https://github.com/spring-cloud/spring-cloud-netflix/issues/1815 by including spring-cloud-context to the server's dependencies
-
- 20 Mar, 2017 1 commit
-
-
Nikolay Gorylenko authored
-
- 16 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 15 Mar, 2017 1 commit
-
-
Maxime RIVIERE authored
A new property `spring.boot.admin.discovery.services` is added. It can be used to restrict the services registered via discovery to a whitelist (supporting simple patterns). Until now only blacklistin was supported. The default whitelist permits all services.
-
- 12 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
-
- 05 Mar, 2017 1 commit
-
-
Johannes Edmeier authored
Brings a fixed httpclient. fixes #419
-