Kumi
25c2887b5a
Introduces a new metric `synapse_local_users_appservice` to count local users by their associated appservice ID, enhancing the granularity of user analytics within the Synapse Prometheus exporter. This update involves modifications to the changelog and README to document the addition, and updates to the main Python script to implement the collection and reporting of this new metric. The change aims to provide administrators and developers with better insights into appservice usage and user distribution, facilitating improved resource allocation and service optimization.
293 B
293 B
Changelog
v0.0.2 (2024-05-18)
Added
- Added
synapse_local_users_appservice
metric to count local users by appservice ID
v0.0.1 (2024-05-18)
Added
- Initial release, forked from postgres-connection-exporter