Metrics monitoring with grafana

Hello im implementing Grafana, Influx, Telegraf monitoring for my home LAB and was wondering if there is any way AMP could report metrics directly to InfluxDB. At the moment im feeding logs from AMP to Grafana with Loki but would be nice to have a overview dashboard where i can see if AMP us running and if server is stopped/started and have metrics in one place with alerts.

You’d have to write an AMP plugin to query the metrics from the running application and send it off to Grafana. Alternatively you can have something external query AMPs API for that information.