Dynatrace / openkit-java

OpenKit Java Reference Implementation
Apache License 2.0
35 stars 34 forks source link
data-ingestion dev-program dynatrace sdk

Dynatrace OpenKit - Java Reference Implementation

License Build Status Coverage Status

:information_source: We changed the default branch name to main. You can find the necessary steps to update your local clone on Scott Hanselman's Blog.
We encourage you to rename the default branch in your forks too.

What is the OpenKit?

The OpenKit provides an easy and lightweight way to get insights into applications with Dynatrace by instrumenting the source code of those applications.

It is best suited for applications running separated from their backend and communicating via HTTP, like rich-client-applications, embedded devices, terminals, and so on.

The big advantages of the OpenKit are that it's designed to

This repository contains the reference implementation in pure Java. Other implementations are listed as follows:

What you can do with the OpenKit

What you cannot do with the OpenKit

Design Principles

General Remarks

Getting started

Advanced topics