Changed number format for global indicators
This commit is contained in:
@@ -153,7 +153,7 @@ class TelemetryService
|
||||
|
||||
$transformedTelemetry[] = [
|
||||
'display_name' => $displayNameMap[$key] ?? $key,
|
||||
'value' => number_format((float)$value, 2),
|
||||
'value' => number_format((float)$value, 2, '.', ''),
|
||||
'health_status' => $status,
|
||||
'status_color' => $statusColor,
|
||||
'thresholds' => $thresholds,
|
||||
|
||||
Reference in New Issue
Block a user