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
Metrics collection and monitoring functionality is currently implemented exclusively for ScyllaDB.
This includes counters for requests to ScyllaDB tables.
Future Requirement:
Expand the metrics collection and monitoring functionality to support PostgreSQL.
Ensure that the same set of metrics available for ScyllaDB is also implemented for PostgreSQL to maintain consistency in monitoring across different database systems.
see database/src/metrics.rs:16
The text was updated successfully, but these errors were encountered:
Current State:
Future Requirement:
see database/src/metrics.rs:16
The text was updated successfully, but these errors were encountered: