- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`The computational functionality within Notebooks supports complex operations, such as combining attributes from multiple sources or transforming data, while still providing all the powerful features that Notebooks offer.
Notebooks are collaborative text editors that let you embed Datadog graphs directly into your documents. While this is great for exploration and storytelling, investigations may require more advanced control over data queries. Use analysis features to run queries that help you:
To run complex queries in a notebook, you first need to add a Data Source cell. There are two ways to do this:
From a notebook:
/datasource
and press Enter, or click the Data Source tile at the bottom of the page.From the Log Explorer:
After adding a data source cell to a notebook, you can continue modifying it to structure the data to suit your analysis needs.
By default, data source cells created from Notebooks use the global time frame. Data source cells created from the Log Explorer use a local time fixed to the time frame at the time of export.
You can switch any data source cell between a local or global time frame using the toggle button in the top right corner of the cell.
Regardless of how you create the data source cell, you can modify the query using the search bar. Any changes to the query automatically re-run the data source cell and any downstream cells, updating the preview of the data.
You can add or modify columns in your data source cell. There are two ways to adjust the columns:
You can add various cell types to enhance your analysis capabilities. These cells allow you to include additional data sources such as reference tables, use DDSQL to join data, and transform, correlate, and visualize your data effectively. One of the key benefits of this approach is that cells that depend on other cells are automatically updated whenever a dependency changes, ensuring your analysis always reflects the most current data.
Add a transformation cell to filter, group, or join, or extract data defined in a data source cell.
/transformation
and press Enter or click on the transform dataset tile at the bottom of the page.After adding the transformation cell, you can add any number of transformation operations inside the cell. Choose an operation from the list of supported transformations:
Operation | Description |
---|---|
Parse | Enter grok syntax to extract data into a separate column. In the “from” dropdown menu, select the column the data is getting extracted from. |
Group | Select what you want to group the data by in the dropdown menus. |
Join | Select the type of join, the dataset to join against, and the fields to join on. |
Filter | Add a filter query for the dataset. |
Calculate | Add a name for the field and the function formula, using the calculated field expression language. |
Limit | Enter the number of rows of the dataset you want to display. |
Sort | Select the sort order and column to sort on. |
Convert | Select the column and the column type to be converted. |
You can also transform your data using SQL by adding an analysis cell to your notebook.
/sql
or /analysis
and press Enter or click the Analyze Dataset tile at the bottom of the page.For any computational cell that includes a dataset preview, you can view the full 100-row preview by clicking the View dataset button.
You can save the results of any computational cell to a Dashboard by clicking Save to Dashboard and selecting an existing dashboard or creating a new one. Although this creates a sync between your notebook cell and the exported dashboard graph, changes to the query in your notebook do not automatically update the dashboard.
If you update the published cell or any upstream cells, a badge appears in the upper-right corner of the cell indicating unpublished changes. After you publish those changes, the updates sync to all dashboards where the query is used.
You can download the data produced by your queries in CSV format for use outside of Datadog. On any computational cell, click the download icon and choose the number of rows to export.
You can graph the data you’ve transformed using computational cells inside a notebook, customizing the visualization with filters, aggregations, and appearance settings.
To graph your data:
/graph
and press Enter or click the graph dataset tile at the bottom of the page.추가 유용한 문서, 링크 및 기사: