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
6 changes: 3 additions & 3 deletions .github/workflows/test-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ jobs:
ddev config set repo ${{ inputs.repo }}

- name: Lint
run: |
run: |-
ddev test --lint ${{ inputs.target }} || {
echo "::error::Lint failed! ddev has been updated to version 12.0.0."
echo "::error::Please update to the latest version of ddev and then run 'ddev test --fmt ${{ inputs.target }}' to fix formatting issues."
echo "::error::Lint failed!"
echo "::error::Please update to the latest version of ddev to ensure you are using the latest linting rules and then run 'ddev test --fmt ${{ inputs.target }}' to fix formatting issues."
exit 1
}

Expand Down
2 changes: 1 addition & 1 deletion gpu/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gpu.clock.throttle_reasons.sw_thermal_slowdown,gauge,,,,GPU clocks that are thro
gpu.clock.throttle_reasons.sync_boost,gauge,,,,GPU clocks that are throttled to match clock speed of another GPU in the current sync boost group,0,gpu,clock.throttle_reasons.sync_boost,,
gpu.core.limit,gauge,,core,,Number of GPU cores that the process/container/device has available,0,gpu,core.limit,,
gpu.decoder_utilization,gauge,,percent,,Percentage of time the decoder was active,0,gpu,decoder_utilization,,
gpu.device.total,gauge,,,,Number of devices active in the host,0,gpu,device.total,,
gpu.device.total,gauge,15,,,Number of GPU devices found in the host,0,gpu,device.total,,
gpu.dram_active,gauge,,percent,,Percentage of time the DRAM was active,0,gpu,dram_active,,
gpu.encoder_utilization,gauge,,percent,,Percentage of time the encoder was active,0,gpu,encoder_utilization,,
gpu.fan_speed,gauge,,percent,,Configured fan speed as a percentage of its maximum,0,gpu,fan_speed,,
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/assets/dashboards/kubernetes_daemonsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
{
"name": "query1",
"data_source": "metrics",
"query": "top(avg:kubernetes_state.daemonset.ready{$scope,$kube_namespace,$kube_cluster_name,$kube_daemon_set} by {kube_cluster_name,kube_namespace,kube_replica_set}, 10, 'mean', 'desc')",
"query": "avg:kubernetes_state.daemonset.ready{$scope,$kube_namespace,$kube_cluster_name,$kube_daemon_set} by {kube_cluster_name,kube_namespace,kube_replica_set}",
"aggregator": "avg"
}
]
Expand Down Expand Up @@ -1317,4 +1317,4 @@
],
"layout_type": "free",
"notify_list": []
}
}
Loading