- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
After selecting a time frame from the dropdown menu on the top right, you can search for test runs by clicking on the Test Runs event type in the Synthetic Monitoring & Testing Results Explorer.
You can use facets to accomplish the following actions:
The facets panel on the left lists several facets you can use to search through your test runs. To start customizing the search query, click through the list of facets starting with Common.
Common facets allow you to filter on your test runs’ attributes.
Facet | Description |
---|---|
Batch ID | The batch ID associated with the test run. |
Execution Rule | The execution rule associated with the test result of the CI batch: Blocking , Non Blocking , and Skipped . |
Location | The location associated with the test result of the batch. |
Passed | The overall status of the test run. |
Run Type | The run type of the test run. It can be scheduled, CI, or manually triggered. |
Timings facets allow you to filter on timing-related attributes for API test runs.
Facet | Description |
---|---|
DNS | The time spent resolving the DNS name for an API test run. |
Download | The time spent downloading the response for an API test run. |
First Byte | The time spent waiting for the first byte of the response to be received for an API test run. |
Open | The overall time a websocket remained open for a WebSocket test run. |
Received | The overall time a websocket connection spent receiving data for a WebSocket test run. |
TCP | The time spent establishing a TCP connection for an API test run. |
Total | The total response time for an API test run. |
HTTP facets allow you to filter on HTTP attributes.
Facet | Description |
---|---|
HTTP Status Code | The HTTP status code for the test run. |
gRPC facets are related to gRPC test runs.
Facet | Description |
---|---|
Health Check Status | The health check status for the gRPC test. Statuses are Serving or Failing . |
SSL facets are related to SSL test runs.
Facet | Description |
---|---|
AltNames | Alternative record names associated with an SSL certificate. |
TCP facets are related to TCP connections during test runs.
Facet | Description |
---|---|
Connection Outcome | The connection status for the TCP connection. Outcomes can be established , timeout , or refused . |
To filter on test runs that are retries, create a search query using @result.isFastRetry:true
. You can also retrieve the last run for a test with retries using the @result.isLastRetry:true
field.
For more information about searching for test runs, see Search Syntax.
추가 유용한 문서, 링크 및 기사: