JOBS-2092: Add RTFS metrics support in log-analytics-prometheus#72
Merged
Merged
Conversation
Add RTFS (Real-Time File Store) metrics collection support via a tail source and Prometheus filter in the Artifactory fluentd metrics config. RTFS metrics are read from rtfs-metrics.log and exposed as Prometheus gauge metrics with the service:rtfs label. Changes: - Add RTFS metrics tail source in fluent_metrics.conf.rt - Add Prometheus filter with RTFS-specific gauge metrics - Update README with RTFS metrics documentation - Update CHANGELOG with new version entry Parent ticket: JOBS-1897
shraddha5718
requested changes
Apr 21, 2026
shraddha5718
approved these changes
Apr 22, 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.
Add RTFS (Real-Time File Store) metrics collection support via a tail source and Prometheus filter in the Artifactory fluentd metrics config. RTFS metrics are read from rtfs-metrics.log and exposed as Prometheus gauge metrics with the service:rtfs label.
Changes:
Parent ticket: JOBS-1897
Testing Done:
Container:
jfrog-fluentd-prometheus-rtTest method: Injected RTFS metrics into
rtfs-metrics.log(simulating Artifactory), then scraped Fluentd's Prometheus endpoint.Command:
curl http://localhost:24231/metrics | grep rtfsResult -- all 11 RTFS gauges exposed with
service="rtfs"label:UI: The Prometheus /metrics endpoint is the raw scrape target - in a real deployment, Prometheus scrapes this and Grafana visualizes it.
