Skip to content

Instantly share code, notes, and snippets.

@ChristianKniep
Last active October 30, 2025 09:32
Show Gist options
  • Select an option

  • Save ChristianKniep/cf2f9b5cb782d752a1b7e7eb1973c76e to your computer and use it in GitHub Desktop.

Select an option

Save ChristianKniep/cf2f9b5cb782d752a1b7e7eb1973c76e to your computer and use it in GitHub Desktop.
MemMachine Locust Bench: prometheus.yaml
global:
scrape_interval: 1s
scrape_configs:
- job_name: 'memmachine'
static_configs:
- targets: ['memmachine:8080']
- job_name: 'dcgm'
static_configs:
- targets: ['dcgm:9400']
- job_name: 'node'
static_configs:
- targets: ['node:9100']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment