{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block content %}

The date is the day the report would have run; it reports AI observability usage for the previous day.
If the dashboards are missing a day X, enter the day after (X+1). The report covering day X is generated and stamped on X+1.

Warning: there is no idempotency yet. Submitting for a date that already emitted reports (fully or partially) creates duplicate events that double-count in every downstream insight, with no way to clean them up.
Check the daily llm analytics usage event volume in the internal usage-tracking project for that date before submitting.

US and EU each report their own organizations. To backfill both, run this in each region's admin separately.

{% csrf_token %}
{% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %}
{% endblock %}