Skip to content

Commit

Permalink
Update fly.toml (#93)
Browse files Browse the repository at this point in the history
Correct typo in `fly.toml` causing metrics to not index.
The giveaway was `fly config show` not picking up on the metrics path
  • Loading branch information
dealloc authored Apr 29, 2024
1 parent 27867d7 commit 4d81f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kill_signal = 'SIGTERM'

[metrics]
port = 8080
parth = "/metrics"
path = "/metrics"

[http_service]
internal_port = 8080
Expand Down

0 comments on commit 4d81f89

Please sign in to comment.