~$ curl -s 'http://localhost:9090/api/v1/targets' | jq
{
  "status": "success",
  "data": {
    "activeTargets": [
      {
        "discoveredLabels": {
          "__address__": "localhost:9100",
          "__metrics_path__": "/metrics",
          "__scheme__": "http",
          "__scrape_interval__": "15s",
          "__scrape_timeout__": "10s",
          "job": "node"
        },
        "labels": {
          "instance": "localhost:9100",
          "job": "node"
        },
        "scrapePool": "node",
        "scrapeUrl": "http://localhost:9100/metrics",
        "globalUrl": "http://meinevm:9100/metrics",
        "lastError": "",
        "lastScrape": "2024-09-06T19:31:43.897131664Z",
        "lastScrapeDuration": 0.111864773,
        "health": "up",
        "scrapeInterval": "15s",
        "scrapeTimeout": "10s"
      },
