This is an automated email from the ASF dual-hosted git repository.
bisman pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-resilientdb-ResLens.git
The following commit(s) were added to refs/heads/main by this push:
new a65c858 Add deprecation notice to README
a65c858 is described below
commit a65c85892163164a195dbe754ea67d6912720113
Author: Bismanpal-Singh <[email protected]>
AuthorDate: Sun Nov 23 03:47:31 2025 -0800
Add deprecation notice to README
Added deprecation notice and links to the new repository.
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 9b4a708..49b4076 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,13 @@
# under the License.
#
+**DEPRECATION NOTICE**
+
+This repository is deprecated.
+Active development now continues in the [ResilientDB
Monorepo](https://github.com/apache/incubator-resilientdb).
+
+The ResilientDB ResLens can be found at
[ecosystem/monitoring/reslens](https://github.com/apache/incubator-resilientdb/tree/master/ecosystem/monitoring/reslens).
+
# [ResLens](https://blog.resilientdb.com/2024/12/07/MemLens.html)
ResLens is a comprehensive CPU and memory profiler for ResilientDB which aims
to provide granular performance metrics by integrating profiling tools like
eBPF, node exporter, process exporter, LevelDB internal statistics and custom
prometheus hooks. We aim to provide a platform which provides database specific
metrics that provides detailed information on what happens under the hood and
help optimize system performance. This is an ambitious idea which we are
improving on constantly but a [...]