AI 에이전트의 경우: 문서 인덱스는 https://www.mongodb.com/ko-kr/docs/llms.txt에서 사용할 수 있으며, 모든 페이지의 마크다운 버전은 어떤 URL 경로에 .md를 추가하여 사용할 수 있습니다.
Docs Menu

Set Up Monitoring for New Deployment

Follow these steps to set up monitoring for a new mongot deployment. Monitoring gives you visibility into the overall health of your mongot deployment and allows you to troubleshoot any issues that might come up.

1

The mongot configuration file included in the package download, config.default.yml, enables the metrics endpoint on localhost:9946. For production deployments, bind to an interface reachable from your Prometheus. For example, if you front Prometheus with a network policy or a specific NIC, you can use 0.0.0.0:9946. If your endpoint is exposed beyond loopback, protect it with TLS or a reverse proxy. For details, see mongot Options.

2

For details, see Monitoring Tool Integrations.

3

For details, see Recommended Alerts for mongot.

4

Centralize mongot logs into your existing log platform. Most failures are visible in logs before they appear in metrics. For details, see mongot Logs and FTDC.

5

Capture an FTDC baseline so that you can provide MongoDB support with a comparison point if something goes wrong later. For details, see mongot Logs and FTDC.