synapse/changelog.d/18753.misc
Eric Eastwood a6e326582f
Fix Failed to stop metrics warnings in request metrics (#18753)
```
Failed to stop metrics: TypeError("prometheus_client.metrics.MetricWrapperBase.labels() got multiple values for keyword argument 'server_name'")
```

Noticed while running and debugging some tests.

This bug was introduced in
https://github.com/element-hq/synapse/pull/18724
2025-07-31 10:31:45 -05:00

2 lines
54 B
Plaintext

Refactor `Histogram` metrics to be homeserver-scoped.