Scouttlo
All ideas/observability/A SaaS observability platform that adds tenant and request_id labels to metrics and logs, with automatic redaction and cardinality control to improve visibility, billing, and auditing.
GitHubB2BDevToolsobservability

A SaaS observability platform that adds tenant and request_id labels to metrics and logs, with automatic redaction and cardinality control to improve visibility, billing, and auditing.

Scouted 9 hours ago

7.5/ 10
Overall score

Turn this signal into an edge

We help you build it, validate it, and get there first.

Go from idea to plan: who buys, what MVP to launch, how to validate it, and what to measure before spending months.

Extra context

Learn more about this idea

Get a clearer explanation of what the opportunity means, the current problem behind it, how this idea solves it, and the key concepts involved.

Share your email to view this expanded analysis.

Score breakdown

Urgency9.0
Market size7.0
Feasibility8.0
Competition6.0
Pain point

Current metrics and logs do not allow identifying consumption or incidents by tenant, hindering billing and traceability.

Who'd pay for this

SaaS companies managing multiple tenants needing enhanced monitoring, usage-based billing, and security auditing.

Source signal

"Today, metrics such as `openchrome_tool_calls_total{tool}` do not include a `tenant_id` label."

Original post

[P1] B-4: Add tenant and request_id labels to metrics and audit logs

Published: 9 hours ago

Repository: shaun0927/openchrome Author: shaun0927 # [P1] B-4: Add tenant and request_id labels to metrics and audit logs **Priority:** P1 (SaaS operational visibility) **Group:** SaaS α **Estimated Effort:** 3-5 days **Labels:** saas, observability, metrics, audit Problem: Current metrics lack tenant_id label, preventing identification of tenant resource overuse, billing integration, and incident tenant tracing. Audit logs only have sessionId without tenantId or requestId. Current State: Metrics labeled only by tool, audit logs with sessionId but no tenantId or requestId, error logs lack correlation IDs. Proposed Approach: Add tenant labels to core metrics, implement requestId scheme per HTTP request, extend audit log format with tenantId and requestId, redact sensitive fields, control label cardinality to avoid explosion. Files to create and modify for implementation, detailed implementation steps.