Skip to content

Commit 95b57e3

Browse files
committed
improve template
1 parent 8a1a26a commit 95b57e3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/common/core/templates/docgen-metrics.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
# Prometheus metrics
1+
---
2+
title: Metrics
3+
---
4+
5+
## Prometheus
26

37
Flagsmith exports Prometheus metrics described below.
48
{% for metric in flagsmith_metrics %}
5-
## `{{ metric.name }}` {{ metric.type }}
9+
### `{{ metric.name }}`
10+
11+
{{ metric.type|title }}.
612

713
{{ metric.documentation }}
814

0 commit comments

Comments
 (0)