Skip to content

v7.4.2

Choose a tag to compare

@github-actions github-actions released this 26 Jan 16:09
· 5973 commits to main since this release

Changelog

  • Fix duplicated director file transfer tests
  • Added three Prometheus metrics recording number of test file transfers the director issues:
    • pelican_director_total_ftx_test_suite: total number of test suite the director issued, which means how many times the director started a new test go routine to an origin
    • pelican_director_active_ftx_test_suite: the number of active test suite running per origin, which should be 1, meaning only one active test go routine is running per origin. This will be a good indicator of whether the director is doing wild things.
    • pelican_director_total_ftx_test_runs: the total number of test file transfer runs per origin. i.e. How many tests in total were ran per origin. We run A test per 15s (by default) per origin, so this is also a good indicator of whether the origin is up or whether the director is going crazy. It comes with label status and report_status with value Success and Failure indicating if the transfer itself was successful and the reporting to the origin was successful.