You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
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.