Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel,
n'hésitez pas à nous contacter.
Test Visibility is not available in the selected site () at this time.
Overview
You can correlate Test Visibility data with logs injected into Datadog, which allows you to view and analyze logs for specific test cases.
Setup
Correlation can be configured differently depending on how you send your tests data to Datadog.
Agentless log submission is supported for the following languages and frameworks:
- Java with
dd-trace-java >= 1.35.2
and Log4j2.
Use the following environment variables to enable and configure agentless log submission:
Name | Description | Default value |
---|
DD_AGENTLESS_LOG_SUBMISSION_ENABLED (required) | Enables/disables log submission | false |
DD_AGENTLESS_LOG_SUBMISSION_LEVEL (optional) | Sets log level for agentless submission | INFO |
DD_AGENTLESS_LOG_SUBMISSION_QUEUE_SIZE (optional) | Sets the maximum size of pending logs queue | 1024 |
DD_AGENTLESS_LOG_SUBMISSION_URL (optional) | Sets custom URL for submitting logs | - |
Further Reading
Documentation, liens et articles supplémentaires utiles: