Job monitoring with rclone, prometheus and grafana

Hi all,

I came across this integration: rclone integration | Grafana Cloud documentation

I am wondering how they realize the job monitoring? The prometheus endpoint exposes metrics for the whole worker instance, but how do they get transfer rates by job?

I am trying to rebuild their config with OpenTelemetry to be independent of Alloy but I am unable to figure out where the job information is coming from?

Thanks,
Florian

I checked the /metrics endpoint and it seems that the transferring array which is part of core/stats is not available in the Prometheus endpoint.

Any idea why this is the case?

This is available in core/stats

curl -X POST http://localhost:5572/core/stats

If you can work out how to get it in, we could put it in the prometheus metrics

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.