- 14 Dec, 2016 1 commit
-
-
Johannes Edmeier authored
With this commit you can now associate your applications with custom metadata using `spring.boot.admin.client.metadata.*` sensitive values are recognized by key and are masked in the http interface. This can be useful in the future if there are instance specific settings which should be used by the admin server, e.g. custom notification recipients. For now there is no extra imetadata view in the ui. The values are shown in the environment view.
-
- 07 Aug, 2016 1 commit
-
-
Gabor Botka authored
With this commit you can specify the management.port for a discovered service via the metadatamap.
-
- 08 Jun, 2016 1 commit
-
-
Johannes Edmeier authored
Use the metadata for health-/managament-url in the default service conversion. This allows custom health- and management-path per application. fixes #205
-
- 27 Apr, 2016 1 commit
-
-
Johannes Edmeier authored
Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters. A ServiceConverter is used to convert discovered ServiceInstances to Applications. The old converter and one for Eureka is provided. It is also possible to provide your own implementation. closes #154
-