Skip to content

Commit

Permalink
Update prometheus version
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Jul 22, 2024
1 parent 0c650fd commit 4328a5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

Notes: requires mongo 3.x

## shahikorma
## v14 - TBR

/!\ Breaking: Upgrading promoetheus version from 2.45.6. Data will be lost in the upgrade.
* Various fixes and cleanup

## v13 - 2022-04-28

Expand Down Expand Up @@ -84,4 +87,3 @@ Notes: requires mongo 3.x

* Add naming in versions
* Force pika library version 0.11.2 in biomaj-download and biomaj-process (latest not working)

6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@
command: agent -dev -client 0.0.0.0 -log-level info

biomaj-prometheus:
image: prom/prometheus:v1.8.2
image: prom/prometheus:v2.45.6
ports:
- "9090:9090"
volumes:
- ${BIOMAJ_DIR}/biomaj-config/prometheus.yml:/etc/prometheus/prometheus.yml
depends_on:
- biomaj-consul
command:
- '-storage.local.retention=720h'
- '-config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.retention.time=720h'
- '--config.file=/etc/prometheus/prometheus.yml'

biomaj-influxdb:
image: influxdb
Expand Down

0 comments on commit 4328a5b

Please sign in to comment.