-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Normally, the pattern for Go HTTP client code is to use a single global http.Client instance, which lets connection pooling work correctly. Currently in the exporter, we use a HTTP client per collector. To use a global client, we would need to add some locking around the DC/OS auth token state.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels