- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
CD Visibility is in private beta. To request access, complete the form.
Request AccessFacets are user-defined tags and attributes from your pipelines. They are useful for both qualitative and quantitative data analysis. Facets allow you to manipulate your deployments in the search queries that appear on dashboards and in notebooks.
Creating facets is not required to search deployment executions. Autocomplete capabilities use existing facets, but also any input that matches incoming deployment executions applies.
The CD Visibility Explorer includes out-of-the-box facets such as Environment
, Deployment Status
, and Deployment Provider
. You can use facets in the CD Visibility Explorer to:
Navigate to Software Delivery > CD Visibility > Executions to access the list of facets left of the deployment executions list.
Use qualitative facets when you need to:
Note: Although facets are not required to filter on tags, defining facets for tags that you use during investigations can reduce your time to resolution.
Use quantitative measures when you need to:
Measures have either a long integer or double value for equivalent capabilities.
Measures support units (time in seconds or size in bytes) to handle orders of magnitude at query time and display time. The unit is a property of the measure itself, not of the field.
For example, consider a duration
measure in nanoseconds. Suppose deployments from env:staging
have duration:10000000
, meaning 10 milliseconds
. Supposed deployments from env:qa
have duration:5000000
, meaning 5 milliseconds
. Use duration:>2ms
to consistently query deployment execution tags from both environments at once. For more information about search queries, see Search Syntax.
The search bar provides the most comprehensive set of interactions to filter and group your data. However, for many cases, the facet panel is a straightforward way to navigate into your data. Open a facet to see a summary of its content for the scope of the current query.
The search bar and URL automatically reflect your selections from the facet panel.
Facets are grouped into meaningful themes in the facet list. Assigning or reassigning a group for a facet only affects the facet list, and has no impact on search or analytics.
Use the search facets box on the facet panel to scope the whole facet list and navigate to the facet you need to interact with. Search facets uses the facet display name and field name to scope results.
Creating a facet on a deployment execution attribute or tag is not required to search for deployment executions. Facets are useful if you wish to add a meaningful description to a specific deployment execution attribute, or if you want the attribute values to appear on the Facets list.
Create a facet from the Deployment Details side panel so that most of the facet details are pre-filled.
Navigate to a deployment execution of interest in the CD Visibility Explorer that contains the field to create a facet on.
Open the Deployment Details side panel by selecting the deployment execution from the list.
Click on the desired field and create a facet from there:
If finding a deployment execution that has the desired field is not an option, create a facet directly from the facet panel by clicking + Add.
Define the underlying field (key) name for this facet:
@
prefix.Autocomplete based on the content in deployment executions of the current views helps you to define the proper field name. But you can use virtually any value here, specifically in the case that you don’t yet have matching deployment executions received by Datadog.