Skip to content

Commit

Permalink
add http metric labels, update example dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Dec 13, 2019
1 parent 77a5aca commit 5599351
Show file tree
Hide file tree
Showing 3 changed files with 1,563 additions and 467 deletions.
8 changes: 8 additions & 0 deletions examples/monitoring/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ services:
- '5001:5001'
command: ['--debug']

loadgen:
container_name: loadgen
image: vaporio/synse-loadgen
environment:
SLG_SYNSE_HOST: synse-server
links:
- synse-server

prometheus:
container_name: prometheus
image: prom/prometheus
Expand Down
Loading

0 comments on commit 5599351

Please sign in to comment.