service/database/README.md
restserver for database monitoring
IMG:make docker-build docker-push IMG=<some-registry>/sealos-cloud-database-monitor:tag
kubectl apply -f deploy/manifests/
To enable the database frontend application to retrieve monitoring data, you need to modify the environment variable MONITOR_URL of the frontend deployment to the corresponding address of the restserver.
Additionally, to configure the data source, you need to set the environment variable PROMETHEUS_SERVICE_HOST of the restserver deployment to the correct address.
e.g.
http://prometheus.sealos.svc.cluster.local
Copyright 2023.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.