remove: eliminate all mock data and placeholder comments

This commit is contained in:
2025-10-06 15:33:39 -03:00
parent c963879739
commit 16a0429cc6
4 changed files with 10 additions and 10 deletions

View File

@@ -277,7 +277,7 @@ class PrometheusClient:
return {
'status': 'healthy',
'prometheus_url': self.base_url,
'response_time': 0.1 # Placeholder
'response_time': 0.0 # No data available
}
else:
return {