From 83203a4d1ce52165e90b9b5f96ef04e4b4e87b3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:16:58 +0900 Subject: [PATCH] AUTO: Sync ScalarDL docs in English to docs site repo (#568) Co-authored-by: josh-wong --- docs/monitor-by-using-scalar-manager.mdx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/monitor-by-using-scalar-manager.mdx diff --git a/docs/monitor-by-using-scalar-manager.mdx b/docs/monitor-by-using-scalar-manager.mdx new file mode 100644 index 00000000..53316db3 --- /dev/null +++ b/docs/monitor-by-using-scalar-manager.mdx @@ -0,0 +1,21 @@ +# Monitor ScalarDL by Using Scalar Manager + +Scalar Manager is a centralized management and monitoring solution for ScalarDL within Kubernetes cluster environments that allows you to: + +- Check the availability of ScalarDL. +- Schedule or execute pausing jobs that create transactionally consistent periods in the databases used by ScalarDL. +- Check the time-series metrics and logs of ScalarDL through Grafana dashboards. + +For more details about Scalar Manager, see [Scalar Manager Overview](scalar-manager/overview.mdx). + +:::note + +ScalarDL uses ScalarDB for its data management and the Function feature, so you may experience a case where you're using both ScalarDL and ScalarDB in your deployment. In such a case, you may also want to monitor ScalarDB in addition to ScalarDL. + +::: + +## Deploy Scalar Manager + +You can deploy Scalar Manager by using a Helm Chart. + +For details on how to deploy Scalar Manager, see [How to Deploy Scalar Manager](helm-charts/how-to-deploy-scalar-manager.mdx).