github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/golang-pull/static/server.yml (about)

     1  ---
     2  log-level: debug
     3  scrape-configs:
     4    - job-name: testing
     5      enabled-profiles: [cpu, mem, goroutines, mutex, block]
     6      static-configs:
     7        - application: hotrod
     8          spy-name: gospy
     9          targets:
    10            - hotrod:6060
    11          labels:
    12            env: dev
    13        - application: last-app
    14          spy-name: gospy
    15          targets:
    16            - app:6060
    17          labels:
    18            env: dev