Skip to content

Commit

Permalink
try again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brycecoon committed Mar 18, 2024
1 parent 16478d4 commit 06af127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BryceDocker/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ scrape_configs:
module: [http_2xx] # Look for a HTTP 200 response.
static_configs:
- targets:
- http://bryceblazorapp:8085/health #Catalog API
- http://bryceblazorapp:8080/health #Catalog API
relabel_configs:
- source_labels: [__address__]
target_label: __param_target
Expand Down

0 comments on commit 06af127

Please sign in to comment.