You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the following:
* Basic metrics interfaces, a metrics factory and an implementation of those interfaces for Opentelemetry
* A MetricsEngine that handles creation and registration of metrics
* Creation and initialization helper methods for the existing replication, storage and API metrics
* MetricsEngine to the service context
Updates and fixes:
* Updated service runners to initialize the MetricsEngine and the existing metrics
* Updated replication modules to use the MetricsEngine instead of the old singleton metrics instance
* Moved metrics registration to service-core
* Removed unused dependencies in service package
* Bugfix: Only set up data replication metrics recorder for PostgresModule when it is started in a replication context.
* Moved the prometheus metrics port from an env variable to the collected powersync config
0 commit comments