-
In the remap transform there is the option to split the log and send multiple by overriding the top level /transforms/remap/#emitting-multiple-log-events For example:
The use case for this would be for sending metrics with two different single dimensions, rather than multiple dimensions. An option may be two create three transforms, so |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @alex-rowe ! I don't think |
Beta Was this translation helpful? Give feedback.
Hi @alex-rowe !
I don't think
remap
can natively do that at the moment. Your work-around of using multiple transforms seems like it would work.