Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.1.0
-
1
Description
Reverse DNS requests could be disabled at some hosts. In this case loading of prometheus configuration might take a long time (like 40 seconds).
Reverse DNS requests are performed by the function getfqdn() in setJitterSeed(labels) in scrape/manager.go. It seems like getfqdn() can be replaced with hostname with no problems in this case which can be made configurable.