Due to how the locations of each file and the way the agent runs the integration, filepaths can only be relative to the binary. This is confusing for the user, so we require that metric collection file paths must be specified as an absolute path.
PR Review Checklist
Author
[ ] add a risk label after carefully considering the "blast radius" of your changes
[ ] describe the intent of your changes in the description. don't just rewrite your code in prose
[ ] assign at least one reviewer
Reviewer
[ ] review code for readability
[ ] verify that high risk behavior changes are well tested
[ ] check license for any new external dependency
[ ] ask questions about anything that isn't clear and obvious
[ ] approve the PR when you consider it's good to merge
Description of the changes
Due to how the locations of each file and the way the agent runs the integration, filepaths can only be relative to the binary. This is confusing for the user, so we require that metric collection file paths must be specified as an absolute path.
PR Review Checklist
Author
Reviewer