diff --git a/quarkus/README.md b/quarkus/README.md index 514709024d86d..f71692d588265 100644 --- a/quarkus/README.md +++ b/quarkus/README.md @@ -10,7 +10,7 @@ Follow the instructions below to install and configure this check for an Agent r ### Installation -The Quarkus check is included in the [Datadog Agent][2] package. +The Quarkus check is included in the [Datadog Agent][2] package starting with Agent 7.62. No additional installation is needed on your server. ### Configuration @@ -19,6 +19,24 @@ No additional installation is needed on your server. 2. [Restart the Agent][5]. +#### Collecting Logs + +Collecting logs is disabled by default in the Datadog Agent. Enable it in your `datadog.yaml` file: + + ```yaml + logs_enabled: true + ``` + +Edit the `logs` section of your `quarkus.d/conf.yaml` file to start collecting your RabbitMQ logs: + + ```yaml + logs: + - type: file + path: /var/log/application.log + source: quarkus + service: quarkus-app + ``` + ### Validation [Run the Agent's status subcommand][6] and look for `quarkus` under the Checks section. @@ -35,8 +53,6 @@ The Quarkus integration does not include any events. ### Service Checks -The Quarkus integration does not include any service checks. - See [service_checks.json][8] for a list of service checks provided by this integration. ## Troubleshooting @@ -44,7 +60,7 @@ See [service_checks.json][8] for a list of service checks provided by this integ Need help? Contact [Datadog support][9]. -[1]: **LINK_TO_INTEGRATION_SITE** +[1]: https://quarkus.io/ [2]: https://app.datadoghq.com/account/settings/agent/latest [3]: https://docs.datadoghq.com/agent/kubernetes/integrations/ [4]: https://github.com/DataDog/integrations-core/blob/master/quarkus/datadog_checks/quarkus/data/conf.yaml.example