Fix Incus Prometheus scrape: requires HTTPS #23
No reviewers
Labels
No labels
IaC
admin
agent-containers
automation
blockchain
cleanup
data
documentation
hardware
hotfix
infrastructure
maintenance
metrics
ml
monitoring
networking
resilience
security
tailscale
trading
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
midwitmoneymgmt/m3-infra!23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-scrape-configs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Incus metrics endpoint serves HTTPS even with
core.metrics_authentication=false.Added
scheme = "https"andinsecure_skip_verify = trueto the Incus scrape config.Also need to debug: Erigon metrics return "no route to host" from monitoring container despite port 6061 being in allowedTCPPorts. Firewall rule may need verification.
Pull request closed