Monitoring data sent via Dynatrace OpenKit is encapsulated into an entity that represents your application and is called custom application. Therefore, to monitor your application, you need to define and instrument the custom application following the instructions below.
To create a custom application in Dynatrace and instrument it
Below is a basic example that shows how to use Dynatrace OpenKit to send monitoring data to Dynatrace. For more details, see Dynatrace OpenKit API methods.
You can find your application ID and the endpoint URL in the instrumentation wizard (from your application settings, select Instrumentation wizard).
For custom applications, user identification is achieved by passing deviceID
, which should be unique for each user or device. Then deviceID
is marked as the Internal user ID in the Dynatrace web UI.
After creating a custom application in Dynatrace and instrumenting your actual application with OpenKit, check the pages below to customize and troubleshoot the instrumentation and configure your custom application.
Once your custom application starts sending monitoring data to Dynatrace, you can analyze this data just like you do for any other application. See the pages below for more information.
The image below shows the overview page of our test custom application.