We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b523ba commit 907cef7Copy full SHA for 907cef7
docs/platforms/javascript/common/tracing/span-metrics/examples.mdx
@@ -400,7 +400,7 @@ export async function processMedia(job: ProcessingJob): Promise<void> {
400
- Rich attributes on the consumer span capture all processing details without creating excessive child spans.
401
- This pattern populates Sentry's Queues insights page for monitoring queue performance.
402
403
-What to monitor with span metrics:
+**What to monitor with span metrics:**
404
- p95 upload duration by `file.size_bucket`.
405
- Processing success rate by `media.mime_type`.
406
- Average storage saved via `result.size_saved_bytes` where `result.status = success`.
0 commit comments