{% extends "generic/object.html" %} {% block extra_controls %} Export Metrics {% endblock extra_controls %} {% block content %}
| Name | {{ object.name }} |
|---|---|
| Description | {{ object.metric_description }} |
| Enabled | {% checkmark object.enabled %} |
| Name | {{ object.metric_name }} |
|---|---|
| Labels | {{ object.metric_labels | join:", " }} |
| Type | {{ object.get_metric_type_display }} |
| Object Type | {{ object.content_type }} |
{{ object.filter | json }}
{% else %}
None
{% endif %}
{{ metrics }}