openkit-java icon indicating copy to clipboard operation
openkit-java copied to clipboard

OpenKit Java Reference Implementation

Results 6 openkit-java issues
Sort by recently updated
recently updated
newest added

I'm interested in creating a PriorityQueue containing n sessions, prioritized by the remaining status requests. The queue would provide a session that is most likely to be configured and open....

Can I suggest to add a bit more information about how to specify the deviceID? Because it is not very clear for the customer that the deviceID is used for...

This request is related to my previous suggestion https://github.com/Dynatrace/openkit-java/issues/207 Would it be possible to use a string in the deviceID? In my customer context, every user is identified with a...

Environment - Android Studio Chipmunk | 2021.2.1 Patch 2 - openkit-java v2.2.0 Problem `warning [TrustAllX509TrustManager](https://github.com/Dynatrace/openkit-java/issues/new#TrustAllX509TrustManager): Insecure TLS/SSL trust manager` `Insecure TLS/SSL trust manager [../../com/dynatrace/openkit/protocol/ssl/SSLBlindTrustManager%24BlindX509TrustManager.class](https://github.com/Dynatrace/com/dynatrace/openkit/protocol/ssl/SSLBlindTrustManager%24BlindX509TrustManager.class): checkClientTrusted is empty, which could cause...

Hey, Can this library be used to do the server side tracing. I know the tracer which exists is for outgoing web request equivalent, however if we extend the library...

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...

enhancement