Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ddqa/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jira_statuses = [
"In Progress",
"Done",
]
github_team = "windows-agent"
github_labels = ["team/windows-agent"]
github_team = "windows-products"
github_labels = ["team/windows-products"]

[teams."Agent Build"]
jira_project = "ABLD"
Expand Down
100 changes: 50 additions & 50 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ manifest.json @DataDog/documentation @DataDog/agent-integrations
/docs/developer/tutorials/snmp/ @DataDog/ndm-core @DataDog/agent-integrations

# System checks
/disk/ @DataDog/agent-integrations @DataDog/windows-agent
/disk/*.md @DataDog/agent-integrations @DataDog/windows-agent @DataDog/documentation
/disk/manifest.json @DataDog/agent-integrations @DataDog/windows-agent @DataDog/documentation
/network/ @DataDog/agent-integrations @DataDog/windows-agent
/network/*.md @DataDog/agent-integrations @DataDog/windows-agent @DataDog/documentation
/network/manifest.json @DataDog/agent-integrations @DataDog/windows-agent @DataDog/documentation
/process/ @DataDog/agent-integrations @DataDog/windows-agent
/process/*.md @DataDog/agent-integrations @DataDog/windows-agent @DataDog/documentation
/process/manifest.json @DataDog/agent-integrations @DataDog/windows-agent @DataDog/documentation
/disk/ @DataDog/agent-integrations @DataDog/windows-products
/disk/*.md @DataDog/agent-integrations @DataDog/windows-products @DataDog/documentation
/disk/manifest.json @DataDog/agent-integrations @DataDog/windows-products @DataDog/documentation
/network/ @DataDog/agent-integrations @DataDog/windows-products
/network/*.md @DataDog/agent-integrations @DataDog/windows-products @DataDog/documentation
/network/manifest.json @DataDog/agent-integrations @DataDog/windows-products @DataDog/documentation
/process/ @DataDog/agent-integrations @DataDog/windows-products
/process/*.md @DataDog/agent-integrations @DataDog/windows-products @DataDog/documentation
/process/manifest.json @DataDog/agent-integrations @DataDog/windows-products @DataDog/documentation

# OpenTelemetry
/otel/ @DataDog/opentelemetry @DataDog/agent-integrations
Expand Down Expand Up @@ -168,47 +168,47 @@ datadog_checks_base/tests/**/test_db_statements.py @DataDog/database-monitoring
/crewai/ @DataDog/ml-observability @DataDog/documentation

# Windows agent
datadog_checks_base/datadog_checks/base/checks/win/ @DataDog/windows-agent @DataDog/agent-integrations
datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/windows-agent @DataDog/agent-integrations
/active_directory/ @DataDog/windows-agent @DataDog/agent-integrations
/active_directory/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/active_directory/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/aspdotnet/ @DataDog/windows-agent @DataDog/agent-integrations
/aspdotnet/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/aspdotnet/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/dotnetclr/ @DataDog/windows-agent @DataDog/agent-integrations
/dotnetclr/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/dotnetclr/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/exchange_server/ @DataDog/windows-agent @DataDog/agent-integrations
/exchange_server/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/exchange_server/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/hyperv/ @DataDog/windows-agent @DataDog/agent-integrations
/hyperv/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/hyperv/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/iis/ @DataDog/windows-agent @DataDog/agent-integrations
/iis/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/iis/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/pdh_check/ @DataDog/windows-agent @DataDog/agent-integrations
/pdh_check/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/pdh_check/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/win32_event_log/ @DataDog/windows-agent @DataDog/agent-integrations
/win32_event_log/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/win32_event_log/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_certificate/ @DataDog/windows-agent @DataDog/agent-integrations
/windows_certificate/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_certificate/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_performance_counters/ @DataDog/windows-agent @DataDog/agent-integrations
/windows_performance_counters/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_performance_counters/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_registry/ @DataDog/windows-agent @DataDog/agent-integrations
/windows_registry/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_registry/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_service/ @DataDog/windows-agent @DataDog/agent-integrations
/windows_service/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/windows_service/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/wmi_check/ @DataDog/windows-agent @DataDog/agent-integrations
/wmi_check/*.md @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
/wmi_check/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation
datadog_checks_base/datadog_checks/base/checks/win/ @DataDog/windows-products @DataDog/agent-integrations
datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/windows-products @DataDog/agent-integrations
/active_directory/ @DataDog/windows-products @DataDog/agent-integrations
/active_directory/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/active_directory/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/aspdotnet/ @DataDog/windows-products @DataDog/agent-integrations
/aspdotnet/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/aspdotnet/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/dotnetclr/ @DataDog/windows-products @DataDog/agent-integrations
/dotnetclr/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/dotnetclr/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/exchange_server/ @DataDog/windows-products @DataDog/agent-integrations
/exchange_server/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/exchange_server/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/hyperv/ @DataDog/windows-products @DataDog/agent-integrations
/hyperv/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/hyperv/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/iis/ @DataDog/windows-products @DataDog/agent-integrations
/iis/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/iis/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/pdh_check/ @DataDog/windows-products @DataDog/agent-integrations
/pdh_check/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/pdh_check/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/win32_event_log/ @DataDog/windows-products @DataDog/agent-integrations
/win32_event_log/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/win32_event_log/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_certificate/ @DataDog/windows-products @DataDog/agent-integrations
/windows_certificate/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_certificate/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_performance_counters/ @DataDog/windows-products @DataDog/agent-integrations
/windows_performance_counters/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_performance_counters/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_registry/ @DataDog/windows-products @DataDog/agent-integrations
/windows_registry/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_registry/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_service/ @DataDog/windows-products @DataDog/agent-integrations
/windows_service/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/windows_service/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/wmi_check/ @DataDog/windows-products @DataDog/agent-integrations
/wmi_check/*.md @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation
/wmi_check/manifest.json @DataDog/windows-products @DataDog/agent-integrations @DataDog/documentation

# SaaS Integrations
/adyen/ @DataDog/saas-integrations
Expand Down
6 changes: 6 additions & 0 deletions gpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGELOG - GPU


## 0.3.0

***Added***:

* Added process-level GPU metrics with PID tags: `gpu.process.sm_active`, `gpu.process.dram_active`, `gpu.process.encoder_utilization`, and `gpu.process.decoder_utilization`.

## 0.2.0

***Removed***:
Expand Down
4 changes: 4 additions & 0 deletions gpu/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ gpu.pci.throughput.tx,gauge,,byte,second,Bytes transmitted through PCI to the GP
gpu.performance_state,gauge,,,,Returns the current performance state of the device,0,gpu,performance_state,,
gpu.power.management_limit,gauge,,milliwatt,,Upper boundary for the device power draw.,0,gpu,power.management_limit,,
gpu.power.usage,gauge,,milliwatt,,"Power usage for the GPU device. On GA100 and older architectures this is the instantaneous power at that moment, in newer ones it represents the average power draw over one second",0,gpu,power.usage,,
gpu.process.decoder_utilization,gauge,,percent,,Percentage of time the decoder was active for a specific process,0,gpu,process.decoder_utilization,,
gpu.process.dram_active,gauge,,percent,,Percentage of time the DRAM was active for a specific process,0,gpu,process.dram_active,,
gpu.process.encoder_utilization,gauge,,percent,,Percentage of time the encoder was active for a specific process,0,gpu,process.encoder_utilization,,
gpu.process.sm_active,gauge,,percent,,Percentage of time the streaming multiprocessor was active for a specific process,0,gpu,process.sm_active,,
gpu.remapped_rows.correctable,count,,,,Number of rows remapped due to correctable errors,0,gpu,remapped_rows.correctable,,
gpu.remapped_rows.failed,count,,,,Number of rows that failed remapping,0,gpu,remapped_rows.failed,,
gpu.remapped_rows.pending,count,,,,Number of rows pending remapping,0,gpu,remapped_rows.pending,,
Expand Down
1 change: 1 addition & 0 deletions lustre/changelog.d/20727.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve error handling implementation with enhanced debug logs and refined logic
Loading
Loading