Skip to content

Commit a5f352d

Browse files
committed
feat: Added support for enabling metrics in Feast Operator ([#5317](#5317))
Signed-off-by: Jacob Weinhold <[email protected]>
1 parent ce374c6 commit a5f352d

File tree

1 file changed

+1
-0
lines changed
  • infra/feast-operator/docs/api/markdown

1 file changed

+1
-0
lines changed

infra/feast-operator/docs/api/markdown/ref.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ _Appears in:_
699699
| `tls` _[TlsConfigs](#tlsconfigs)_ | |
700700
| `logLevel` _string_ | LogLevel sets the logging level for the server
701701
Allowed values: "debug", "info", "warning", "error", "critical". |
702+
| `metrics` _boolean_ | Metrics exposes Prometheus-compatible metrics for the Feast server when enabled. |
702703
| `volumeMounts` _[VolumeMount](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/#volumemount-v1-core) array_ | VolumeMounts defines the list of volumes that should be mounted into the feast container.
703704
This allows attaching persistent storage, config files, secrets, or other resources
704705
required by the Feast components. Ensure that each volume mount has a corresponding

0 commit comments

Comments
 (0)