boluor commented on issue #3541: URL: https://github.com/apache/doris-website/issues/3541#issuecomment-4525906190
Could you say a bit more about what isn't working? The page at \`/zh-CN/docs/3.x/admin-manual/maint-monitor/monitor-alert\` describes the Prometheus + Grafana monitoring template; common reasons it might \"not work\" are: - Grafana dashboard JSON imported but pointing at the wrong Prometheus datasource — confirm the datasource name matches what's selected in the JSON. - Prometheus not scraping the FE/BE \`/metrics\` endpoints — \`curl http://<fe>:8030/metrics\` and \`curl http://<be>:8040/metrics\` should both return non-empty output. - Metric names changed between Doris versions — if you're on a recent build but using an older template, some panels will be empty. If you can share which specific panels are broken (or any error from Grafana), we can pinpoint whether it's a template-version mismatch or a doc-step issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
