Skip to content

Commit

Permalink
feat: add more metrics to trin execution (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored Aug 5, 2024
1 parent abe8726 commit 99fabb3
Show file tree
Hide file tree
Showing 5 changed files with 1,002 additions and 10 deletions.
7 changes: 2 additions & 5 deletions trin-execution/metrics/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ services:
container_name: prometheus
command:
- '--config.file=/etc/prometheus/prometheus.yml'
ports:
- 9090:9090
- 9091:9091
network_mode: "host"
restart: unless-stopped
volumes:
- ./prometheus:/etc/prometheus
- prom_data:/prometheus
grafana:
image: grafana/grafana
container_name: grafana
ports:
- 3000:3000
network_mode: "host"
restart: unless-stopped
volumes:
- ./grafana/datasource.yml:/etc/grafana/provisioning/datasources/datasource.yml
Expand Down
Loading

0 comments on commit 99fabb3

Please sign in to comment.