AI エージェント向け: ドキュメントインデックスは https://www.mongodb.com/ja-jp/docs/llms.txt で利用できます。すべてのページの markdown バージョンは、いずれかの 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.