Skip to content

Commit

Permalink
[issues-309] - Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Nov 11, 2024
1 parent 4ea5463 commit d9028b3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Currently, the following MicroProfile specs are supported:
* [MicroProfile Fault Tolerance](https://github.com/eclipse/microprofile-fault-tolerance)
* [MicroProfile OpenAPI](https://github.com/eclipse/microprofile-open-api)

## Observability

Although mostly related to MicroProfile platform integration, the test suite contains observability related tests,
too, which verify the `Micrometer` integration into WildFly/EAP.

* [Micrometer](./micrometer)

## Requirements for the testsuite
- JDK 11
- Docker
Expand All @@ -39,8 +46,9 @@ There's one module per each supported MicroProfile specs, see [Supported MicroPr
[microprofile-fault-tolerance `DatabaseCrashTest`](./microprofile-fault-tolerance/src/test/java/org/jboss/eap/qe/microprofile/fault/tolerance/DatabaseCrashTest.java)
- [tooling-mp-jwt-auth-tool](./tooling-mp-jwt-auth-tool) - utilities required by security operations, e.g.: keys'
generation utilities, which are used by the [microprofile-jwt](./microprofile-jwt) module
- [tooling-server-configuration](./tooling-server-configuration) - server configuration utilities, see the module
[README](./tooling-server-configuration/README.md)
- [tooling-server-configuration](./tooling-server-configuration) - server configuration utilities, see the module [README](./tooling-server-configuration/README.md)
- [tooling-observability](./tooling-observability) - tooling which is used for Observability related tasks, e.g.:
Jaeger or OTel Docker containers

## Run the testsuite
Just execute:
Expand Down

0 comments on commit d9028b3

Please sign in to comment.