Skip to content
Extraits de code Groupes Projets
Valider db8a3573 rédigé par Christian Paul's avatar Christian Paul
Parcourir les fichiers

Add metrics to the config sample and schema

parent af084ee7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -104,3 +104,8 @@ ghosts:
nickPattern: ":nick"
# Pattern for the ghosts username, available is :username, :tag and :id
usernamePattern: ":username#:tag"
# Prometheus-compatible metrics endpoint
metrics:
enabled: false
port: 9001
host: "localhost"
\ No newline at end of file
......@@ -124,3 +124,12 @@ properties:
type: "string"
usernamePattern:
type: "string"
metrics:
type: "object"
properties:
enabled:
type: "boolean"
port:
type: "number"
host:
type: "string"
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter