Metric Values
View and manage calculated metric values and historical data
Filters
Metric Values
{% if metric_values %}
{% if is_paginated %}
{% endif %}
{% else %}
{% endif %}
| Metric Name {% if request.GET.sort == 'metric__name' %} {% elif request.GET.sort == '-metric__name' %} {% else %} {% endif %} | Value {% if request.GET.sort == 'value' %} {% elif request.GET.sort == '-value' %} {% else %} {% endif %} | Unit | Calculated At {% if request.GET.sort == 'calculated_at' %} {% elif request.GET.sort == '-calculated_at' %} {% else %} {% endif %} | Status | Category | Duration | Actions |
|---|---|---|---|---|---|---|---|
|
{{ value.metric.name }}
{% if value.metric.description %}
{{ value.metric.description|truncatechars:50 }} {% endif %} |
{{ value.formatted_value }}
{% if value.previous_value %}
{% if value.change_percentage %} {{ value.change_percentage|floatformat:1 }}% {% endif %} {% endif %} |
{{ value.metric.unit|default:"N/A" }} |
{{ value.calculated_at|date:"M d, Y" }}
{{ value.calculated_at|time:"H:i" }} |
{% if value.status == 'success' %} Success {% elif value.status == 'error' %} Error {% elif value.status == 'pending' %} Pending {% else %} {{ value.status|title }} {% endif %} | {{ value.metric.get_category_display }} | {% if value.calculation_duration %} {{ value.calculation_duration }} {% else %} N/A {% endif %} |
{% if value.status == 'error' %}
{% endif %}
|
Showing {{ page_obj.start_index }} to {{ page_obj.end_index }} of {{ paginator.count }} entries
No Metric Values Found
No metric values match your current filters. Try adjusting your search criteria or calculate new metrics.
Calculate Metrics