Connect Prometheus to send your time-series metrics into Nova. You can let Nova scrape your endpoints or have Prometheus remote_write to Nova. Either way your existing metrics, labels, and recording rules come along.
Go to Settings > Integrations, find the Prometheus tile, and click Connect.
Pick how data flows: Nova scrapes your /metrics endpoints on a schedule, or Prometheus remote_writes to Nova in real time.
For remote_write, add the Nova endpoint and your API key to prometheus.yml, then reload Prometheus:
Tell Nova which labels identify your services so metrics attach to the right entities on the service map.
Confirm series are arriving on the integration page, then build dashboards and alerts on top of them.
Your recording and alerting rules keep working. Nova reads recording rules as derived metrics, so you do not rebuild them.