diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2019-04-11 15:27:07 +0000 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2019-04-11 15:27:07 +0000 |
commit | 4dc06d0e828494352e24a8e47cea1073de25953f (patch) | |
tree | 0f27a3bf734f089b679eca10269d68200cb6a0d1 /datafile-app-server/config/application.yaml | |
parent | 314a1e4310545e5b70ff64e328f3e7eae281c5b4 (diff) |
Enabling Spring boot actuator
This makes it possible by a REST API:
- change logging levels
- get the application log
- get build info for the DFC
- get various metrixes for the execution
such as heap consumption, number of threads etc.
Change-Id: I570bc0db6a9b9977ecfd83389b463fe652e4ba16
Issue-ID: DCAEGEN2-1428
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'datafile-app-server/config/application.yaml')
-rw-r--r-- | datafile-app-server/config/application.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datafile-app-server/config/application.yaml b/datafile-app-server/config/application.yaml index 8985b9b8..504a6f3f 100644 --- a/datafile-app-server/config/application.yaml +++ b/datafile-app-server/config/application.yaml @@ -1,6 +1,11 @@ spring: profiles: active: prod +management: + endpoints: + web: + exposure: + include: "loggers,logfile,health,info,metrics" server: port: 8433 ssl: |