Dynatrace / Dynatrace/openkit-java

replace creation of new HTTPClient objects for each Beacon.send() (e.g. by pooling HTTPClient objects)

Aperta
#3 0 commenti 0 reazioni 2 assegnatari Rivendicata da @thomasgrassauer Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.