Skip to content

Commit

Permalink
chore(dev): enable kafka jmx metrics (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaxiang authored Oct 18, 2024
1 parent a114173 commit 16dd6ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/operator-wandb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator-wandb
description: A Helm chart for deploying W&B to Kubernetes
type: application
version: 0.18.10
version: 0.18.11
appVersion: 1.0.0
icon: https://wandb.ai/logo.svg

Expand Down
3 changes: 3 additions & 0 deletions charts/operator-wandb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,6 @@ kafka:
kraft:
# This field is a UUID. It is *strongly* recommended to supply a new UUID yourself for production installs.
clusterId: "ffFF1H3AQKGdBnsqAbJKew"
metrics:
jmx:
enabled: true

0 comments on commit 16dd6ba

Please sign in to comment.