feat: replace response time card with global monitoring network

This commit is contained in:
M1 2026-03-17 09:26:49 +04:00
parent 486c94f4ff
commit 6cf11dadde
1 changed files with 3 additions and 3 deletions

View File

@ -307,10 +307,10 @@
<!-- Feature 4 --> <!-- Feature 4 -->
<div class="glow-card rounded-xl p-6"> <div class="glow-card rounded-xl p-6">
<div class="w-10 h-10 rounded-lg bg-blue-500/10 border border-blue-500/20 flex items-center justify-center mb-4"> <div class="w-10 h-10 rounded-lg bg-blue-500/10 border border-blue-500/20 flex items-center justify-center mb-4">
<svg class="w-5 h-5 text-brand" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"/></svg> <svg class="w-5 h-5 text-brand" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 21a9.004 9.004 0 008.716-6.747M12 21a9.004 9.004 0 01-8.716-6.747M12 21c2.485 0 4.5-4.03 4.5-9S14.485 3 12 3m0 18c-2.485 0-4.5-4.03-4.5-9S9.515 3 12 3m0 0a8.997 8.997 0 017.843 4.582M12 3a8.997 8.997 0 00-7.843 4.582m15.686 0A11.953 11.953 0 0112 10.5c-2.998 0-5.74-1.1-7.843-2.918m15.686 0A8.959 8.959 0 0121 12c0 .778-.099 1.533-.284 2.253m0 0A17.919 17.919 0 0112 16.5c-3.162 0-6.133-.815-8.716-2.247m0 0A9.015 9.015 0 013 12c0-1.605.42-3.113 1.157-4.418"/></svg>
</div> </div>
<h3 class="font-semibold text-white mb-2">Response time thresholds</h3> <h3 class="font-semibold text-white mb-2">Global monitoring network</h3>
<p class="text-sm text-gray-400 leading-relaxed">Set thresholds on <code class="text-brand font-mono text-xs">responseTime</code>. Know when your API is slow, not just when it's down.</p> <p class="text-sm text-gray-400 leading-relaxed">Physical monitoring servers across every continent. Know if your service is down in Asia while it's up in Europe — not just "is it up."</p>
</div> </div>
<!-- Feature 5 --> <!-- Feature 5 -->