Fix prometheus

This commit is contained in:
Kieran 2023-12-25 18:08:12 +00:00
parent 32148d14fd
commit d0458d094d
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
docker-compose.dev.yml = docker-compose.dev.yml
prometheus.yml = prometheus.yml
EndProjectSection
EndProject
Global

View File

@ -3,4 +3,4 @@ global:
scrape_configs:
- job_name: void-cat
static_configs:
- targets: [ "web:9090" ]
- targets: [ "web:80" ]