matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

Drop enable_metric flag #16478

Open thibaultamartin opened 1 year ago

thibaultamartin commented 1 year ago

Description:

When configuring Synapse, having a listener with type: metrics is not enough to expose metrics. I need to also add enable_metrics: true.

This seems redundant and can likely be removed?

It has been suggested earlier by reivilibre as well