24 Apr 2026 09:01 PM
@marusla is this what you want?
fetch dt.system.events
| filter event.kind == "BILLING_USAGE_EVENT" and event.type == "Full-Stack Monitoring"
| dedup event.id
| makeTimeseries billed_gibibyte=sum(billed_gibibyte_hours),by:{dt.entity.host}
| fieldsAdd dt.entity.host.name = entityName(dt.entity.host)
Featured Posts