Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pjain1
left a comment
There was a problem hiding this comment.
Do we allow multiple dev deployments? How are we planning emitting to Orb - through the admin billing reporter or directly from runtime instances? If through admin then will require some logic change in the billing metrics API sql for the case of multiple dev deployment as currently it groups by org_id, project_id, event_name and take max(value) which would collapse values for different dev deployments in one row (may be we need to group instance_id as well).
|
That is very true and yes we'll have multiple dev deployments; I see Benjamin assigned https://linear.app/rilldata/issue/PLAT-470/report-all-deployments-slot-usage-to-orb to you, do you want to merge this and work on that or should i close this out? |
|
This will be needed anyways, lets keep it open. I will merge it when an approach is finalized. |
|
admin/deployments.go:
runtime/registry.go:
|
follow up to: #9070
Checklist: