- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Get metrics from the .NET CLR service in real time to:
The .NET CLR check is included in the Datadog Agent package. No additional installation is needed on your server.
dotnetclr.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your .NET CLR performance data. See the sample dotnetclr.d/conf.yaml for all available configuration options.Note: Versions 1.10.0 or later of this check use a new implementation for metric collection, which requires Python 3. For hosts that are unable to use Python 3, or if you would like to use a legacy version of this check, refer to the following config.
Run the Agent’s status subcommand and look for dotnetclr
under the Checks section.
dotnetclr.exceptions.thrown_persec (gauge) | The number of exceptions thrown per second. Shown as occurrence |
dotnetclr.memory.committed.heap_bytes (gauge) | The number of total committed bytes. Shown as byte |
dotnetclr.memory.reserved.heap_bytes (gauge) | The number of total reserved bytes. Shown as byte |
dotnetclr.memory.time_in_gc (gauge) | The percent of time in garbage collection. Shown as percent |
The .NET CLR check does not include any service checks.
The .NET CLR check does not include any events.
Need help? Contact Datadog support.