github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/golang-pull/file/targets.json (about)

     1  [
     2    {
     3      "application": "hotrod",
     4      "spy-name": "gospy",
     5      "labels": {
     6        "env": "dev"
     7      },
     8      "targets": [
     9        "hotrod:6060"
    10      ]
    11    },
    12    {
    13      "application": "last-app",
    14      "spy-name": "gospy",
    15      "labels": {
    16        "env": "dev"
    17      },
    18      "targets": [
    19        "app:6060"
    20      ]
    21    }
    22  ]