Skip to content

Commit

Permalink
hotfix(infra): modify config file name (#22)
Browse files Browse the repository at this point in the history
* feat(infra): add prometheus container setup with docker compose

- modify docker-compose.yml to include prometheus service
- add prometheus.yml for prometheus configuration
- setup prometheus container for metric monitoring service

* feat(infra): add grafana agent container setup with docker compose

- modify docker-compose.yml to include grafana agent service
- add config.river for grafana agent configuration
- setup grafana agent container for monitoring service

* feat(infra): add caddyfile path for grafana agent and prometheus

* fix(infra): modify grafana agent url of Caddyfile for collecting metric data

* feat(infra): add step for running containers related to monitoring metric

* feat(infra): modify config folder structure

* feat(infra): modify docker compose profile to log, trace, metric

* hotfix(infra): modify config file name to make different with folder name

* hotfix(infra): modify config file name
  • Loading branch information
ssupecial authored Feb 22, 2024
1 parent dbfba0a commit 3533374
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ services:
ports:
- "9090:9090"
volumes:
- "$PWD/config/prometheus/prometheus-config.yml:/etc/prometheus/prometheus.yml"

- "$PWD/config/prometheus/prometheus-config.yml:/etc/prometheus/prometheus-config.yml"
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--config.file=/etc/prometheus/prometheus-config.yml'
- '--storage.tsdb.path=/prometheus'
- '--web.enable-remote-write-receiver'

Expand Down

0 comments on commit 3533374

Please sign in to comment.