Skip to content

Commit

Permalink
chore(compose): switch to stable Prometheus version (#1832)
Browse files Browse the repository at this point in the history
This commit updates the compose config to use a stable Prometheus version
instead of the main development version.
Additionally, it resolves an issue where Prometheus could not scrape
metrics from Scaphandre, which was failing due to an invalid
`Content-Type` header in Scaphandre's response.

Signed-off-by: vprashar2929 <[email protected]>
  • Loading branch information
vprashar2929 authored Nov 4, 2024
1 parent 2c42b18 commit d23e90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/compose/monitoring/prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM quay.io/prometheus/prometheus:main
FROM quay.io/prometheus/prometheus:latest

COPY /prometheus.yml /etc/prometheus/prometheus.yml

0 comments on commit d23e90e

Please sign in to comment.