-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compose): add fallback scrape protocol for Scaphandre service
This update modifies the Prometheus scrape config for the Scaphandre service to use the fallback scrape protocol * Resolving an issue where Prometheus `latest` was unable to scrape Scaphandre service due to invalid `Content-Type` header in response * Switch Prometheus to use `latest` Signed-off-by: vprashar2929 <[email protected]>
- Loading branch information
1 parent
a447077
commit 7783d61
Showing
3 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM quay.io/prometheus/prometheus:v2.55.0 | ||
FROM quay.io/prometheus/prometheus:latest | ||
|
||
COPY /prometheus.yml /etc/prometheus/prometheus.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters