Skip to content

Commit

Permalink
fix express metrics always being over http per #128 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip authored Nov 14, 2024
1 parent 62a7be1 commit bdeb478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus/config/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ scrape_configs:
- targets: ['grafana:3000']
- job_name: cht-express-metrics
metrics_path: /api/v1/express-metrics
scheme: "https"
file_sd_configs:
- files:
- '/etc/prometheus/cht-instances.yml'
Expand Down

0 comments on commit bdeb478

Please sign in to comment.