Dynatrace / Dynatrace/openkit-java
replace creation of new HTTPClient objects for each Beacon.send() (e.g. by pooling HTTPClient objects)
Aperta
enhancement
- Lingua principale
- Java
- Stelle
- 37
- Fork
- 36
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
right now a new HTTPClient object is created for each Beacon.send() call. given that usually the number of different server IDs is very limited (~3) and the monitor name is hardly ever changed, I suggest e.g. pooling of the HTTPClient objects.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.