Skip to content

Commit

Permalink
Revert "Revert "feat: Pre-Fetch Streamer Messages"" (#378)
Browse files Browse the repository at this point in the history
Reverts #377 - Merging #269 back in
  • Loading branch information
morgsmccauley committed Nov 9, 2023
1 parent 91f7999 commit 2f5505b
Show file tree
Hide file tree
Showing 12 changed files with 545 additions and 488 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,23 @@ services:
HASURA_GRAPHQL_ENABLED_LOG_TYPES: startup, http-log, webhook-log, websocket-log, query-log
HASURA_GRAPHQL_ADMIN_SECRET: myadminsecretkey
HASURA_GRAPHQL_AUTH_HOOK: http://hasura-auth:4000/auth
grafana:
image: grafana/grafana
volumes:
- grafana:/var/lib/grafana
ports:
- "3000:3000"
environment:
- GF_SECURITY_ADMIN_PASSWORD=secret

prometheus:
image: prom/prometheus
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
ports:
- "9090:9090"

volumes:
postgres:
redis:
grafana:
7 changes: 7 additions & 0 deletions prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
global:
scrape_interval: 1s

scrape_configs:
- job_name: 'queryapi-runner'
static_configs:
- targets: ['host.docker.internal:9180']
Loading

0 comments on commit 2f5505b

Please sign in to comment.