{% extends "generic/object.html" %} {% block extra_controls %}  Export Metrics {% endblock extra_controls %} {% block content %}
Metric
Name {{ object.name }}
Description {{ object.metric_description }}
Enabled {% checkmark object.enabled %}
{% include "inc/panel_table.html" with table=collections_table heading="Exported in collections" %} {% include "inc/panels/tags.html" %} {% include "inc/panels/custom_fields.html" %}
Metric Configuration
Name {{ object.metric_name }}
Labels {{ object.metric_labels | join:", " }}
Type {{ object.get_metric_type_display }}
Value {{ object.metric_value }}
Object Type {{ object.content_type }}
Label renaming
{% if object.label_renames %} {% for from, to in object.label_renames.items %} {% endfor %}
From To
{{ from }} {{ to }}
{% else %}
No labels renamed
{% endif %}
Filter
{% if object.filter %}
{{ object.filter | json }}
{% else %} None {% endif %}
Generated Metrics
{{ metrics }}
{% endblock content %}