We are trying to write a small gloang script which will run thousands of gouroutines each 60sec and those goroutines will query specific data from prometheus. So we dont want to initiate thousands of http calls to prometheus. Is there any other library that maintains a session to prometheus and all goroutines use same sessions.
-- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/f5f08b88-5be3-4d37-983e-7776a8ce80fd%40googlegroups.com.

