Skip to content

Add environment variables to modify the "Strictness" of the Tracker #86

@mam10eks

Description

@mam10eks

I would like that the tracker directly fails if some measurements can not be extracted, e.g., because the process has not the required permissions to access the corresponding system APIs.

Right now, the tracker does not fail if it can not record something, I would like to have a environment variable to control this behaviour.

E.g.,

TIREX_TRACKER_STRICTNESS="ALL"

that also is persisted into the metadata and would cause that the process directly terminates if it can not access something. Because this way, one could ensure that everything is properly recorded, and one could require that this flag is explicitly incorporated into ir-metadata to accept an run upload (or, to add a description why it was not possible to add this flag).

I think this would be very helpful and would not require to modify code.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestlang:c/c++Related to the C or C++ API or Code

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions