Missing metrics in maas observability stack
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Committed
|
High
|
Alexsander de Souza |
Bug Description
I am following this documentation how to monitor maas https:/
I saw some dashboard available in the maas performance repo https:/
Edit:
Adding more information about maas installation
snap list maas
Name Version Rev Tracking Publisher Notes
maas 3.2.8-12050-
dpkg --list postgresql
postgresql 14+238 all object-relational SQL database (supported version)
Edit:
maas latest/edge channel seems also affected by this
Related branches
- Adam Collard (community): Approve
- MAAS Lander: Approve
-
Diff: 118 lines (+15/-19)2 files modifiedpackage-files/usr/share/maas/grafana_agent/agent.yaml.example (+12/-16)
src/maasserver/forms/settings.py (+3/-3)
description: | updated |
description: | updated |
Changed in maas: | |
status: | Triaged → In Progress |
Changed in maas: | |
status: | In Progress → Fix Committed |
MAAS has 2 metrics endpoints:
- performance metrics: $MAAS_HOST: 5239/metrics (region) or $MAAS_HOST: 5249/metrics (rack) 5240/MAAS/ metrics
- cluster metrics: $MAAS_HOST:
Cluster metrics needs to be enabled first:
$ maas $PROFILE maas set-config name=prometheus _enabled value=true