Metrics & Process Groups

How do Fly’s integrated metrics and process groups work? If I have web and worker process groups, and this configuration in my config file:

[metrics]
  port = 8081
  path = "/metrics"

Will Fly fetch metrics from all machines, including from my worker processes?

More info:

Yes, the [metrics] block applies to all process groups. (At the moment I don’t think there’s support for limiting it to specific groups.)

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.