I’m using manually created fly machines and I want to enable prometheus metrics ingestion.
I set
[metrics]
port = 9091
path = "/metrics" # default for most prometheus exporters
in my fly.toml
, and when I fly sshl console
into my machine, curl 0.0.0.0:9091/metrics
shows that I’m successfully serving metrics there.
I can’t find the expected metrics in graphana though?