Temporary Variables #333
Labels
enhancement
This is considered a feature request, not currently guaranteed by the code or design today
mtail-Language/VM
Issues related to the mtail language, compiler, or VM
Is it possible to store temporary variables in an mtail program for convenience? Hidden variables seem to be for storing state between lines, but these variables would just be used for transforming data from each line. For example, using the apache program in examples, if you wanted to transform response code to response code group to save on cardinality, is this the right way to do it?
The text was updated successfully, but these errors were encountered: