-
Notifications
You must be signed in to change notification settings - Fork 4.1k
tsdb: support tenant separated metrics #96438
Copy link
Copy link
Closed
Labels
A-observability-infC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Description
Users on db console should be able to view tenant-separated metrics. To make this possible, we need to change the way we store the metrics in tsdb to include tenant information. On the query side, tsdb should be able to fetch these tenant-separated metrics for a tenant. The desired behavior here is that the system tenant, by default, views metrics for all tenants, while an application tenant can only view metrics for itself.
Jira issue: CRDB-24125
Epic CRDB-18798
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-observability-infC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)