Skip to content

Commit

Permalink
Finalize readme for quarkus. (#19463)
Browse files Browse the repository at this point in the history
* Finalize readme for quarkus.

* fix release number

* Update quarkus/README.md

Co-authored-by: Rosa Trieu <[email protected]>

---------

Co-authored-by: Rosa Trieu <[email protected]>
  • Loading branch information
iliakur and rtrieu authored Jan 23, 2025
1 parent 003a150 commit 4cd13e8
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -35,16 +53,14 @@ 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

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
Expand Down

0 comments on commit 4cd13e8

Please sign in to comment.