이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.Join the Preview!
Autocomplete and search are in Preview for Python and .NET.
Overview
Autocomplete and search enhance the user experience of Dynamic Instrumentation by adding IDE-like features like class and method search and autocomplete for Dynamic Instrumentation Expression Language.
To provide autocomplete and search, nonsensitive symbols and metadata are uploaded from your application to Datadog. The uploaded data includes the names of classes, methods, arguments, fields, and local variables, along with related metadata, like line numbers.
Getting started
Prerequisites
Autocomplete and search require the following:
Enable autocomplete and search for your service
Select your runtime below:
Explore autocomplete and search
Autocomplete and search make Dynamic Instrumentation behave more like an IDE:
- Class and method search: Find where to add instrumentation.
- Code display: When you select a method in the Dynamic Instrumentation configuration, Datadog displays the code for that method.
- Expression autocomplete: Get suggestions for expression templates that use the Dynamic Instrumentation expression language.
Further Reading