We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf646d commit f5de1e5Copy full SHA for f5de1e5
site/themes/arangodb-docs-theme/layouts/shortcodes/metrics.md
@@ -10,11 +10,11 @@
10
{{- end }}
11
{{- range $category, $metricGroup := $metricGroups.Get "metrics" }}{{/* Seems to get sorted implicitly */}}
12
13
-#### {{ $category }}
+### {{ $category }}
14
15
{{ range $metric := $metricGroup }}
16
17
-##### {{ $metric.help }}
+#### {{ strings.TrimRight "." $metric.help }}
18
19
{{ if eq $metric.type "histogram" -}}
20
`{{ $metric.name }}` (basename)<br>
0 commit comments