Missing Prometheus metrics in v0.7.0
Closed this issue ยท 6 comments
Not currently planned
Any replacement planned ? like opentelemetry or so?
@tulir is there any way to monitor the bridge's connectivity? I.e. I used to have an alert if my bridge failed to connect.
@Ma27 the homeserver
-> status_endpoint
can be used to get updates about the connectivity of users on the bridge:
@tulir @sumnerevans given that mautrix-whatsapp will also switch to the new bridge version, would you be willing to accept a PR that re-adds this?
Ran into the exact same problem while trying to update...
Was wondering why the metrics are missing as I couldn't find any mention inside the changelog until I found this issue.
the
homeserver
->status_endpoint
can be used to get updates about the connectivity of users on the bridge:
I couldn't find any documentation online how or with what this can be collected (and then be made available for prometheus or similar tools).
Could you give a hint where this can be found?