trace_pluck
Plucks a trace by system.
Example
1
{{ $traces | trace_pluck: 'batch_number', ',' }} => 123, 456, 789
Input
Type | Parameter | Description | Required |
---|---|---|---|
array | traces | The traces to pluck. Comes before the | sign. | Required |
string | traceSystem | The system to pluck the trace by | |
string | separator | The separator to use between the traces, defaults to “, “ |
Output
Type | Description |
---|---|
string | The traces separated by the separator |