| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| # Extending Feast Observability: Offline Store Metrics and SOX Audit Logging | ||
|
|
||
| In [our previous post](https://feast.dev/blog/feast-feature-server-monitoring/), we introduced built-in Prometheus metrics for the Feast feature server — covering the full online serving lifecycle from HTTP request handling through online store reads, on-demand feature transformations, materialization pipelines, and feature freshness tracking. |
There was a problem hiding this comment.
| In [our previous post](https://feast.dev/blog/feast-feature-server-monitoring/), we introduced built-in Prometheus metrics for the Feast feature server — covering the full online serving lifecycle from HTTP request handling through online store reads, on-demand feature transformations, materialization pipelines, and feature freshness tracking. | |
| In [our previous post](/blog/feast-feature-server-monitoring), we introduced built-in Prometheus metrics for the Feast feature server — covering the full online serving lifecycle from HTTP request handling through online store reads, on-demand feature transformations, materialization pipelines, and feature freshness tracking. |
Sorry, something went wrong.
There was a problem hiding this comment.
Actually I wanted this to be rediractiable, so that reader can see online store metrics config, usage that is done in previous blog.
Sorry, something went wrong.
|
infra/website/public/images/blog/offline_store_operational_metrics.png image format needs to fix |
Sorry, something went wrong.
|
@ntkathole Resolved comments, please revisit. |
Sorry, something went wrong.
…nce metrics Signed-off-by: Jitendra Yejare <11752425+jyejare@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
Adds a blog post extending Feast Feature Server Monitoring to cover two new observability capabilities introduced in PR #6340:
Offline Store RED Metrics — Prometheus counters and histograms (feast_offline_store_request_total, feast_offline_store_request_latency_seconds, feast_offline_store_row_count) for offline store retrieval operations, closing the observability gap between online serving and offline training paths.
SOX Audit Logging — Structured JSON audit log entries emitted via a dedicated feast.audit Python logger for both online and offline feature access, designed for compliance with SOX, GDPR, HIPAA, and similar regulatory frameworks.
The blog covers:
Which issue(s) this PR fixes:
Documentation for PR #6340 (Offline store metrics and SOX audit logging)
Checks
Testing Strategy