mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
25 lines
No EOL
270 B
Cheetah
25 lines
No EOL
270 B
Cheetah
---
|
|
layout: page
|
|
title: {{ .name }}
|
|
parent: List of available metrics
|
|
---
|
|
|
|
# {{ .name }} ({{ .type }})
|
|
|
|
## Description
|
|
|
|
{{ .description }}
|
|
|
|
{{ if .labels -}}
|
|
## Labels
|
|
|
|
{{ .labels_table }}
|
|
|
|
{{- end -}}
|
|
{{- if .alerting }}
|
|
|
|
## Alerting
|
|
|
|
{{ .alerting_table }}
|
|
|
|
{{- end -}} |