Skip to content

v1.0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 14:47
· 10 commits to main since this release
b53cca7
  • [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    |
+-------+-----+-----+--------+--------+--------+--------+-----------+-----------+-----------+-----------+

Changelog

  • b53cca7 Merge pull request #82 from tkuchiki/add-test-for-flags