Turn on cloud metrics and traces by default

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-10-19 10:47:12 +01:00
parent bc5cdadb9f
commit 76908c1e9e

View File

@ -14,12 +14,12 @@ cloud:
username: to_be_changed
password: to_be_changed
metrics:
enabled: false
enabled: true
endpoint: to_be_changed
username: to_be_changed
password: to_be_changed
traces:
enabled: false
enabled: true
endpoint: to_be_changed
username: to_be_changed
password: to_be_changed