24 Mar 2024 03:27 PM - last edited on 03 Apr 2024 11:41 AM by Michal_Gebacki
28 Apr 2024 04:48 AM
Hi @swapnil
Of the 3 configurations that you are applying. 2 are default configurations (it means that you do not need to apply the configuration at the code level).
We suggest you first carry out tests with the 3 default values. and then just add ".withLogLevel(LogLevel.Error)" and validate again.
https://docs.dynatrace.com/docs/shortlink/openkit-api-methods
Tell us how it goes.
I hope it's helpful 💪
28 Apr 2024 11:58 PM
I don't have dynatrace agent running on my host. will this default setting still be working.
As soon as add
29 Apr 2024 02:58 AM
Hi @swapnil
Dynatrace OpenKit offers a number of API methods that enable you to integrate OpenKit into your application.
With Dynatrace OpenKit you are not using a dynatrace agent, you are using a Dynatrace openkit Library, and all instrumentation its manual.
As I recommended, I suggest you carry out your tests with OpenKit, without modifying the 3 default values (without placing LogLevel.Info).
For clients that implement instrumentation for mobile applications, you only need to configure LogLevel.Debug or another, when there is an issue where "the expected data does not seem to be sent."
However, it is not required to change this default value in other cases.