Skip to content

Commit

Permalink
che #17186 Enabling metrics by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Jul 1, 2020
1 parent 6fe4660 commit 5006e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/crds/org_v1_che_cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ spec:
securityContextRunAsUser: ''
metrics:
# Enables '/metrics' endpoint of Che server.
enable: false
enable: true
2 changes: 1 addition & 1 deletion deploy/crds/org_v1_che_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ spec:
used by the Che installation.
properties:
enable:
description: Enables `metrics` Che server endpoint. Default to `false`.
description: Enables `metrics` Che server endpoint. Default to `true`.
type: boolean
type: object
server:
Expand Down

0 comments on commit 5006e8e

Please sign in to comment.