The prometheus docs has a nice page listing ports used in exporters, etc:
https://github.com/prometheus/prometheus/wiki/Default-port-allocations
But I couldn't see a guide if there is a typical port range advised for instrumenting my own modules. Is there any sort of best practice or at least common practice on this, to avoid clashing with Prometheus and other obvious things? Each instrumented module must need its own port so in a large system this could be quite a few ports we need to open, and it would be nice to have a contiguous block for Firewalls etc.
Thanks.