Skip to content

Commit

Permalink
Adds local prom config
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud DEMARCQ authored and Arnaud DEMARCQ committed Dec 2, 2024
1 parent b86df1e commit cea441e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions prometheus_poc/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
version: '3.7'



services:
prometheus:
image: prom/prometheus
ports:
- 9090:9090
volumes:
- ./prometheus.yml:/etc/prometheus/prometheus.yml
grafana:
image: grafana/grafana
ports:
- 3001:3000
volumes:
- ./grafana_provisioning:/etc/grafana/provisioning
#/usr/share/grafana/conf/provisioning
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ scrape_configs:
metrics_path: "/simpledotorg/rtsl_pocs/master/prometheus_poc/metrics"
static_configs:
- targets: ["raw.githubusercontent.com"]

0 comments on commit cea441e

Please sign in to comment.