TTS 服务监控
{{ healthData.service || 'Loading...' }} - {{ healthData.version || '' }}
{{ loading ? '刷新中...' : '刷新数据' }}
{{ error }}
服务状态
{{ healthData.status === 'ok' ? '正常运行' : '配置错误' }}
运行时长: {{ formatUptime(healthData.uptime) }}
请求统计
{{ healthData.api_stats?.total_requests || 0 }}
总请求数
{{ healthData.api_stats?.successful_requests || 0 }}
成功
{{ healthData.api_stats?.failed_requests || 0 }}
失败
错误率
{{ healthData.api_stats?.error_rate_percent || '0' }}%
平均响应: {{ healthData.api_stats?.avg_response_time_ms || '0' }} ms
配置状态
环境变量
{{ healthData.config_status?.all_required_vars_set ? '已配置' : '未配置' }}
配置状态
{{ healthData.config_status?.config_error ? '异常' : '正常' }}
启动时间
{{ healthData.start_time || '-' }}
内存使用
{{ formatBytes(healthData.memory?.heap_alloc) }}
Heap Alloc
{{ formatBytes(healthData.memory?.heap_inuse) }}
Heap Inuse
{{ healthData.memory?.goroutines || 0 }}
Goroutines
响应时间趋势
错误记录 ({{ recentErrorsCount }})
暂无错误记录
检测到 {{ recentErrorsCount }} 条最近错误,详细信息请查看服务器日志
加载中...