-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
112befe
commit fc64491
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# QUARKUS-3535 - Add a metric for rejected submissions to the pool in RHBQ 3.2 | ||
|
||
JIRA: https://issues.redhat.com/browse/QUARKUS-4430 | ||
|
||
PR: https://github.com/quarkusio/quarkus/pull/39583 | ||
|
||
Upstream issue: https://github.com/quarkusio/quarkus/issues/39581 | ||
|
||
Verify that URIs in metrics tags are correctly recorded when they match a client or server pattern, | ||
especially in cases of redirection (302) and not found (404) responses. | ||
|
||
## Scope of the testing | ||
* Run Quarkus micrometer Prometheus application with OpenId Connect Keycloak and verify in case of redirections (302) | ||
and not found (404) response the Uris metrics tags are correctly recorded. | ||
* The test coverage will be verified for JVM. | ||
|
||
|
||
## Existing test coverage | ||
* We have already tests related to monitoring metrics with Prometheus and OpenId Connect Keycloak but not specific test | ||
about this improvement feature related to tag redirections and not found responses. | ||
|
||
|
||
### Impact on test suites and testing automation | ||
* New test class will be added into [monitoring](https://github.com/quarkus-qe/quarkus-test-suite/tree/main/monitoring/micrometer-prometheus-oidc) | ||
|
||
### Impact on resources | ||
* One baremetal test execution in JVM mode | ||
* Test require any KeyCloak service container | ||
* Overall QE Test Suite execution time will be greater roughly by 10 seconds | ||
|
||
## Contacts | ||
* Tester: Jose Carranza <[email protected]> | ||
|
||
## References | ||
- [http metrics should provide a path instead of REDIRECTION and NOT_FOUND](https://github.com/quarkusio/quarkus/issues/39581) |