Skip to content

Commit

Permalink
Update metric prop names in yaml files (#5895)
Browse files Browse the repository at this point in the history
The previous commits for updating metric names to the Boot 3.x format
missed some entries in yaml files. This commit updates the yaml files.
  • Loading branch information
onobc authored Aug 12, 2024
1 parent 967c15e commit a362397
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
6 changes: 3 additions & 3 deletions src/carvel/config/dataflow.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ config: #@ data.values.scdf.server.config
#@overlay/match-child-defaults missing_ok=True
config:
management:
metrics:
export:
prometheus:
prometheus:
metrics:
export:
enabled: true
rsocket:
enabled: true
Expand Down
6 changes: 3 additions & 3 deletions src/carvel/config/skipper.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ config: #@ data.values.scdf.skipper.config
#@overlay/match-child-defaults missing_ok=True
config:
management:
metrics:
export:
prometheus:
prometheus:
metrics:
export:
enabled: true
rsocket:
enabled: true
Expand Down
7 changes: 3 additions & 4 deletions src/kubernetes/server/server-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
data:
application.yaml: |-
management:
metrics:
export:
prometheus:
prometheus:
metrics:
export:
enabled: true
rsocket:
enabled: true
Expand All @@ -36,4 +36,3 @@ data:
driverClassName: org.mariadb.jdbc.Driver
testOnBorrow: true
validationQuery: "SELECT 1"
7 changes: 3 additions & 4 deletions src/templates/kubernetes/server/server-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
data:
application.yaml: |-
management:
metrics:
export:
prometheus:
prometheus:
metrics:
export:
enabled: true
rsocket:
enabled: true
Expand All @@ -34,4 +34,3 @@ data:
driverClassName: org.mariadb.jdbc.Driver
testOnBorrow: true
validationQuery: "SELECT 1"

0 comments on commit a362397

Please sign in to comment.