diff --git a/core/src/main/resources/application.yml b/core/src/main/resources/application.yml index be4f8c6b72..ed11d6c9eb 100644 --- a/core/src/main/resources/application.yml +++ b/core/src/main/resources/application.yml @@ -33,14 +33,12 @@ feast: metrics: # Enable metrics pushing for all ingestion jobs. enabled: false - # Type of metrics sink. Only prometheus is currently supported. - type: prometheus - # Host of the metrics sink. In the case of prometheus, this is the host of the prometheus - # pushGateway to sink metrics to. + # Type of metrics sink. Only statsd is currently supported. + type: statsd + # Host of the metrics sink. host: localhost - # Port of the metrics sink. In the case of prometheus, this is the port of the prometheus - # pushGateway to sink metrics to. - port: 9091 + # Port of the metrics sink. + port: 9125 stream: # Feature stream type. Only kafka is supported. diff --git a/infra/charts/feast/charts/feast-core/values.yaml b/infra/charts/feast/charts/feast-core/values.yaml index 5fddd4daaa..db1f2f5bbd 100644 --- a/infra/charts/feast/charts/feast-core/values.yaml +++ b/infra/charts/feast/charts/feast-core/values.yaml @@ -64,9 +64,9 @@ application.yaml: options: {} metrics: enabled: false - type: prometheus + type: statsd host: localhost - port: 9091 + port: 9125 stream: type: kafka options: