Skip to content

Change long_id regex to exactly match UUID format

Thomas George Hartland requested to merge id-regex into master

With it matching a-z and as low as 15 characters, it trims useful information such as kubernetes resource names which should be kept in the output.

Changing to match a-f and exactly 36 characters will only match actual UUIDs.

The resource_replace regex is added to continue matching the name of the kubernetes job that failed in the K8sJobs scenario, as the job name is pushed to influx as the subtask name anyway.

Merge request reports