Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(database): Implement metrics around postgres db #260

Closed
kobayurii opened this issue May 22, 2024 · 2 comments
Closed

(database): Implement metrics around postgres db #260

kobayurii opened this issue May 22, 2024 · 2 comments
Assignees

Comments

@kobayurii
Copy link
Member

kobayurii commented May 22, 2024

Current State:

  • 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

@kobayurii
Copy link
Member Author

#259

@khorolets khorolets changed the title (databese): Implement metrics around postgres db (database): Implement metrics around postgres db Jun 2, 2024
@kobayurii kobayurii self-assigned this Jul 9, 2024
@kobayurii
Copy link
Member Author

#282

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant