docs: Blog on Operational Metrics for offline store retrieval and SOX Compliance metrics#6485
Merged
Merged
Conversation
ntkathole
reviewed
Jun 9, 2026
ntkathole
reviewed
Jun 9, 2026
ntkathole
reviewed
Jun 9, 2026
|
|
||
| # 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. |
Member
There was a problem hiding this comment.
Suggested change
| 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. |
Collaborator
Author
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.
Member
|
infra/website/public/images/blog/offline_store_operational_metrics.png image format needs to fix |
8d97b60 to
6a97a54
Compare
Collaborator
Author
|
@ntkathole Resolved comments, please revisit. |
…nce metrics Signed-off-by: Jitendra Yejare <11752425+jyejare@users.noreply.github.com>
6a97a54 to
5c0b275
Compare
ntkathole
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.auditPython logger for both online and offline feature access, designed for compliance with SOX, GDPR, HIPAA, and similar regulatory frameworks.The blog covers:
offline_featuresandaudit_loggingWhich issue(s) this PR fixes:
Documentation for PR #6340 (Offline store metrics and SOX audit logging)
Checks
git commit -s)Testing Strategy