v1.0.17
- [bugfix] Fix
--config
option incorrect overwrite behavior
v1.0.16 behavior as follows:
# config file
percentiles:
- 99
$ alp json --config /tmp/config.yaml --file example/logs/json_access.log
+-------+-----+-----+--------+--------+--------+--------+-----------+-----------+-----------+-----------+
| COUNT | 1XX | ... | P99 | P95 | P99 | STDDEV | MIN(BODY) | MAX(BODY) | SUM(BODY) | AVG(BODY) |
+-------+-----+-----+--------+--------+--------+--------+-----------+-----------+-----------+-----------+
| 1 | 0 | ... | 0.234 | 0.234 | 0.234 | 0.000 | 34.000 | 34.000 | 34.000 | 34.000 |
| 1 | 0 | ... | 0.135 | 0.135 | 0.135 | 0.000 | 15.000 | 15.000 | 15.000 | 15.000 |
| 1 | 0 | ... | 0.432 | 0.432 | 0.432 | 0.000 | 30.000 | 30.000 | 30.000 | 30.000 |
| 1 | 0 | ... | 60.000 | 60.000 | 60.000 | 0.000 | 15.000 | 15.000 | 15.000 | 15.000 |
| 1 | 0 | ... | 0.321 | 0.321 | 0.321 | 0.000 | 15.000 | 15.000 | 15.000 | 15.000 |
| 2 | 0 | ... | 0.123 | 0.123 | 0.123 | 0.000 | 56.000 | 56.000 | 112.000 | 56.000 |
| 5 | 0 | ... | 0.234 | 0.234 | 0.234 | 0.065 | 12.000 | 34.000 | 126.000 | 25.200 |
+-------+-----+-----+--------+--------+--------+--------+-----------+-----------+-----------+-----------+