Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
- increase prometheus scrape interval
- do not expose ports in range 8080-8083
- fix readme.md
  • Loading branch information
Valentin Stavetski authored and hleb-albau committed Apr 12, 2018
1 parent 524b7e9 commit f3e8e7f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions dev-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ docker cp dev-environment/elassandra-bootstrap.cql elassandra-markets:/elassand
docker exec -it elassandra-markets bash
cqlsh -f elassandra-bootstrap.cql
```
Then copy paste all content from elassandra-bootstrap.cql to interactive console and press enter. Write twice exit to
exit from container shell.

### Stop kafka and delete kafka data(cheat sheet)
```bash
Expand Down
1 change: 0 additions & 1 deletion dev-environment/env-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
- "9092:9092"
- "2181:2181"
- "9581-9584:9581-9584"
- "8081-8083:8081-8083"
environment:
RUNTESTS: 0
SAMPLEDATA: 0
Expand Down
1 change: 0 additions & 1 deletion dev-environment/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
- "9092:9092"
- "2181:2181"
- "9581-9584:9581-9584"
- "8081-8083:8081-8083"
environment:
RUNTESTS: 0
SAMPLEDATA: 0
Expand Down
2 changes: 1 addition & 1 deletion dev-environment/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
scrape_interval: 5s
scrape_interval: 15s
scrape_timeout: 5s
evaluation_interval: 5s
scrape_configs:
Expand Down

0 comments on commit f3e8e7f

Please sign in to comment.