-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUTO: Sync ScalarDL docs in English to docs site repo (#568)
Co-authored-by: josh-wong <joshua.wong@scalar-labs.com>
- Loading branch information
1 parent
67cfd2f
commit 83203a4
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |