Skip to content

Commit

Permalink
Turn on cloud metrics and traces by default
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hollands <[email protected]>
  • Loading branch information
MichelHollands committed Oct 19, 2023
1 parent bc5cdad commit 76908c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/meta-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76908c1

Please sign in to comment.