File tree Expand file tree Collapse file tree
infra/charts/feast/charts/feast-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,14 +33,12 @@ feast:
3333 metrics :
3434 # Enable metrics pushing for all ingestion jobs.
3535 enabled : false
36- # Type of metrics sink. Only prometheus is currently supported.
37- type : prometheus
38- # Host of the metrics sink. In the case of prometheus, this is the host of the prometheus
39- # pushGateway to sink metrics to.
36+ # Type of metrics sink. Only statsd is currently supported.
37+ type : statsd
38+ # Host of the metrics sink.
4039 host : localhost
41- # Port of the metrics sink. In the case of prometheus, this is the port of the prometheus
42- # pushGateway to sink metrics to.
43- port : 9091
40+ # Port of the metrics sink.
41+ port : 9125
4442
4543 stream :
4644 # Feature stream type. Only kafka is supported.
Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ application.yaml:
6464 options : {}
6565 metrics :
6666 enabled : false
67- type : prometheus
67+ type : statsd
6868 host : localhost
69- port : 9091
69+ port : 9125
7070 stream :
7171 type : kafka
7272 options :
You can’t perform that action at this time.
0 commit comments