limit
keyword does not work with the hidden
keyword
#837
Labels
bug
This is considered a bug and shall get fixed
mtail-Language/VM
Issues related to the mtail language, compiler, or VM
limit
does not limit the hidden metrics.Here is my test:
gen_log.sh
Execute gen_log.sh will generate 100 lines with sequence IDs, and write to the file test.log.
test.mtail
test_hidden.mtail
Both are the same except for the
hidden
prefix.start mtail:
After 30 seconds, when the GC occurs, I see the following message:
But when using test_hidden.mtail, the above message is not displayed.
The text was updated successfully, but these errors were encountered: