test 4
This commit is contained in:
parent
6f94319c6a
commit
60f885d9ba
|
|
@ -319,7 +319,7 @@
|
|||
<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="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"/></svg>
|
||||
</div>
|
||||
<h3 class="font-semibold text-white mb-2">MongoDB-style queries</h3>
|
||||
<p class="text-sm text-gray-400 leading-relaxed">Write queries like <code class="text-brand font-mono text-xs">{ status: { $lt: 400 }, body.ok: true }</code> to decide what counts as up. Supports <code class="text-brand font-mono text-xs">$and</code>, <code class="text-brand font-mono text-xs">$or</code>, <code class="text-brand font-mono text-xs">$regex</code>, and more.</p>
|
||||
<p class="text-sm text-gray-400 leading-relaxed">Set your own definition of "up". Query against status codes, JSON response fields, headers, and latency with familiar MongoDB-style operators.</p>
|
||||
</div>
|
||||
|
||||
<div class="glow-card rounded-xl p-6">
|
||||
|
|
|
|||
Loading…
Reference in New Issue