- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
This check brings Kuberenetes workloads energy usage estimates from Kepler into Datadog.
For Agent v7.21+ / v6.21+, follow the instructions below to install the Kepler check on your host. See Use Community Integrations to install with the Docker Agent or earlier versions of the Agent.
Run the following command to install the integration:
datadog-agent integration install -t datadog-kepler==<INTEGRATION_VERSION>
Configure your integration similar to core integrations.
Edit the kepler.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your kepler performance data. See the sample kepler.d/conf.yaml for all available configuration options.
Run the Agent’s status subcommand and look for kepler
under the Checks section.
kepler.container.usage.bpf_cpu_time.count (count) | Aggregated value in bpfcputime_ms value from bpf |
kepler.container.usage.bpf_net_rx_irq.count (count) | Aggregated value in bpfnetrx_irq value from bpf |
kepler.container.usage.bpf_net_tx_irq.count (count) | Aggregated value in bpfnettx_irq value from bpf |
kepler.container.usage.bpf_page_cache_hit.count (count) | Aggregated value in bpfpagecache_hit value from bpf |
kepler.container.usage.cache_miss.count (count) | Aggregated value in cache_miss value from bpf |
kepler.container.usage.core_joules.count (count) | Aggregated value in core value from trainedpowermodel |
kepler.container.usage.cpu_cycles.count (count) | Aggregated value in cpu_cycles value from bpf |
kepler.container.usage.cpu_instructions.count (count) | Aggregated value in cpu_instructions value from bpf |
kepler.container.usage.dram_joules.count (count) | Aggregated value in dram value from trainedpowermodel |
kepler.container.usage.gpu_joules.count (count) | Aggregated value in gpu value from nvidia |
kepler.container.usage.joules.count (count) | Aggregated value in joules value from |
kepler.container.usage.package_joules.count (count) | Aggregated value in package value from trainedpowermodel |
kepler.container.usage.platform_joules.count (count) | Aggregated value in platform value from trainedpowermodel |
kepler.container.usage.task_clock.count (count) | Aggregated value in taskclockms value from bpf |
kepler.container.usage.uncore_joules.count (count) | Aggregated value in uncore value from trainedpowermodel |
kepler.exporter.build_info (gauge) | A metric with a constant '1' value labeled by version, revision, branch, goversion from which kepler_exporter was built, and the goos and goarch for the build. |
kepler.node.usage.dram_joules.count (count) | Aggregated value in dram value from trainedpowermodel |
kepler.node_info.count (count) | Aggregated value in value from os |
kepler.node.usage.platform_joules.count (count) | Aggregated value in platform value from trainedpowermodel |
kepler.node.usage.uncore_joules.count (count) | Aggregated value in uncore value from trainedpowermodel |
kepler.container.usage.bpf_block_irq.count (count) | Aggregated value in bpfblockirq value from bpf |
kepler.container.usage.other_joules.count (count) | Aggregated value in other value from trainedpowermodel |
kepler.node.usage.core_joules.count (count) | Aggregated value in core value from trainedpowermodel |
kepler.node.usage.package_joules.count (count) | Aggregated value in package value from trainedpowermodel |
kepler.promhttp.metric.handler.errors.count (count) | Total number of internal errors encountered by the promhttp metric handler. |
Kepler does not include any events.
Need help? Contact Datadog support.