- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
This check collects profiles from Go applications which expose the /debug/pprof
endpoint.
NOTE: Prefer instrumenting services with the dd-trace-go profiling client library. The client library offers better integration with other Datadog services, such as through code hotspots and endpoint filtering. Use this integration for services for which you do not control the source code.
NOTE: Using this integration results in billing for hosts under Datadog’s Continuous Profiler service. For more on Continuous Profiler billing, consult our billing documentation.
Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the Autodiscovery Integration Templates for guidance on applying these instructions.
If you are using an Agent version >= 7.21/6.21, follow the instructions below to install the go_pprof_scraper
check on your host. See the dedicated Agent guide for installing community integrations to install checks with an Agent version < v7.21/v6.21 or the Docker Agent:
Run the following command to install the integrations wheel with the Agent:
datadog-agent integration install -t datadog-go-pprof-scraper==<INTEGRATION_VERSION>
You can find the latest version on the Datadog Integrations Release Page
Note: If necessary, prepend sudo -u dd-agent
to the install command.
Edit the go_pprof_scraper.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your Go performance data. See the sample go_pprof_scraper.d/conf.yaml for all available configuration options.
Run the Agent’s status subcommand and look for go_pprof_scraper
under the Checks section.
The Go-pprof-scraper integration does not create any metrics.
The Go-pprof-scraper integration does not include any events.
go_pprof_scraper.can_connect
Returns CRITICAL
if the check cannot reach the pprof endpoint or if APM is not enabled, returns OK
otherwise.
Statuses: ok, critical
Need help? Contact Datadog support.