Metrics
Overview
Pushing Ingestion Metrics to StatsD
Feast Ingestion Job
feast:
jobs:
metrics:
# Enables Statd metrics export if true.
enabled: true
type: statsd
# Host and port of the StatsD instance to export to.
host: localhost
port: 9125Exporting Feast Metrics to Prometheus
Feast Core and Serving
Further Reading
Last updated
Was this helpful?