feat: initialize Kurdistan SDK - independent fork of Polkadot SDK
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana-enterprise:latest
|
||||
container_name: grafana
|
||||
restart: always
|
||||
networks:
|
||||
- subsystem-bench
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
prometheus:
|
||||
image: prom/prometheus:latest
|
||||
container_name: prometheus
|
||||
restart: always
|
||||
networks:
|
||||
- subsystem-bench
|
||||
volumes:
|
||||
- ./prometheus:/etc/prometheus
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
ports:
|
||||
- "9090:9090"
|
||||
- "9999:9999"
|
||||
|
||||
pyroscope:
|
||||
container_name: pyroscope
|
||||
image: grafana/pyroscope:latest
|
||||
restart: always
|
||||
networks:
|
||||
- subsystem-bench
|
||||
ports:
|
||||
- "4040:4040"
|
||||
|
||||
networks:
|
||||
subsystem-bench:
|
||||
@@ -0,0 +1,11 @@
|
||||
global:
|
||||
scrape_interval: 5s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "prometheus"
|
||||
static_configs:
|
||||
- targets: ["localhost:9090"]
|
||||
- job_name: "subsystem-bench"
|
||||
scrape_interval: 0s500ms
|
||||
static_configs:
|
||||
- targets: ['host.docker.internal:9999']
|
||||
Reference in New Issue
Block a user