Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

add percentile tracking option #13

add percentile tracking option

add percentile tracking option #13

GitHub Actions / unit-tests-report succeeded Oct 24, 2023 in 0s

unit-tests-report ✔️

Tests passed successfully

Report Passed Failed Skipped Time
target/test-reports/TEST-org.http4s.metrics.micrometer.ClientMetricsSuite.xml 15✔️ 1s
target/test-reports/TEST-org.http4s.metrics.micrometer.MicrometerServerMetricsSuite.xml 18✔️ 2s

✔️ target/test-reports/TEST-org.http4s.metrics.micrometer.ClientMetricsSuite.xml

15 tests were completed in 1s with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.http4s.metrics.micrometer.ClientMetricsSuite 15✔️ 1s

✔️ org.http4s.metrics.micrometer.ClientMetricsSuite

✔️ Http client with a micrometer metrics middleware should register a 2xx response
✔️ Http client with a micrometer metrics middleware should register a 4xx response
✔️ Http client with a micrometer metrics middleware should register a 5xx response
✔️ Http client with a micrometer metrics middleware should register a GET request
✔️ Http client with a micrometer metrics middleware should register a POST request
✔️ Http client with a micrometer metrics middleware should register a PUT request
✔️ Http client with a micrometer metrics middleware should register a PATCH request
✔️ Http client with a micrometer metrics middleware should register a DELETE request
✔️ Http client with a micrometer metrics middleware should register a HEAD request
✔️ Http client with a micrometer metrics middleware should register a OPTIONS request
✔️ Http client with a micrometer metrics middleware should register an error
✔️ Http client with a micrometer metrics middleware should register a timeout
✔️ Http client with a micrometer metrics middleware should use the provided request classifier
✔️ Http client with a micrometer metrics middleware should use tags provided by the request classifier
✔️ Http client with a micrometer metrics middleware should only record total time and decr active requests after client.run releases

✔️ target/test-reports/TEST-org.http4s.metrics.micrometer.MicrometerServerMetricsSuite.xml

18 tests were completed in 2s with 18 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
org.http4s.metrics.micrometer.MicrometerServerMetricsSuite 18✔️ 2s

✔️ org.http4s.metrics.micrometer.MicrometerServerMetricsSuite

✔️ Http routes with a micrometer metrics middleware should register a 2xx response
✔️ Http routes with a micrometer metrics middleware should register a 4xx response
✔️ Http routes with a micrometer metrics middleware should register a 5xx response
✔️ Http routes with a micrometer metrics middleware should register a POST request
✔️ Http routes with a micrometer metrics middleware should register a PUT request
✔️ Http routes with a micrometer metrics middleware should register a PATCH request
✔️ Http routes with a micrometer metrics middleware should register a DELETE request
✔️ Http routes with a micrometer metrics middleware should register a HEAD request
✔️ Http routes with a micrometer metrics middleware should register a OPTIONS request
✔️ Http routes with a micrometer metrics middleware should register an error
✔️ Http routes with a micrometer metrics middleware should register an abnormal termination
✔️ Http routes with a micrometer metrics middleware should use the provided request classifier
✔️ Http routes with a micrometer metrics middleware should tags metrics using global tags
✔️ Http routes with a micrometer metrics middleware should use the provided request classifier to overwrite the tags
✔️ Http routes with a micrometer metrics middleware should use the provided request empty classifier to overwrite the tags
✔️ Http routes with a micrometer metrics middleware should handle classifier with empty tags
✔️ Http routes with a micrometer metrics middleware should handle classifier with no tags
✔️ Http routes with a micrometer metrics middleware should handle blank tags