Thomas Rückstieß
Thomas Rückstieß
``` AttributeError: 'NScannedNPlotType' object has no attribute 'durlines' ``` nscanned/n plots don't support durline currently. need to add that (make it generally available).
query pattern parsing (= turning a query into the query pattern, like `{a: "foo", b: false}` --> `{a: 1, b:1}` ) should have 2 options: remove values (default now, replace...
This is useful to keep other things within the min/max frame for comparison.
The patterns are currently only parsed on the top level, then sorted alphabetically. To improve this, it should go through all nested fields and operators `$and`, `$or`, etc. as well....
with error codes and consistent warning messages. Currently everything uses `SystemExit`
mlogfilter can fast-forward in between mask points.
I think the tests for mplotqueries need to test the correct outcome just before the data is plotted. We don't need to test the actual plotting, that's handled by matplotlib.
This will return only the lines where the node was primary: ``` mlogfilter mongod.log --primary ```
make sure there are no special characters in the stdout for piping to another process.
This needs to respect all "special" arguments added by different plot types, like `--bucketsize` for a histogram plot. In that case it shouldn't print an error. But if the `--bucketsize`...