-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prometheus Exporter should support port range #172
Labels
Comments
|
@cgrinds could pls take a look at required doc changes for port_range. All other stories are done. |
Verified on sridevimm RHEL8 system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Port Range Prometheus
This solution works well for systemd, native, and containers and
It looks like this:
A port range is [inclusive, inclusive] and deterministic. In the example above,
cluster-01
will always be assigned port2000
, whilecluster-03
will be assigned2003
.Validate ranges as part of doctor, overflow, overlap, etc.
It probably still make sense to generate the Prometheus
target.yml
per file SD discussion, but the port range makes that more deterministic.The text was updated successfully, but these errors were encountered: