Skip to content

dcxp/opentelemetry-kotlin

Repository files navigation

Opentelemetry - Kotlin

This repository contains a port of Opentelemetry-Java in to Kotlin Multiplatform

It contains ports for:

  • The Tracing Api/SDK
  • The Metrics Api/SDK

Working on JVM, JS and native (windows, mac, linux)

Most unit tests are also ported.

Installation

To use the library, add the following to your build.gradle.kts file:

repositories {
    maven(url = "https://maven.pkg.github.com/dcxp/opentelemetry-kotlin")
}

dependencies {
    implementation("io.opentelemetry.kotlin.api:all:VERSION")
    implementation("io.opentelemetry.kotlin.api:metrics:VERSION")
    implementation("io.opentelemetry.kotlin.sdk:sdk-metrics:VERSION")
    implementation("io.opentelemetry.kotlin.sdk:sdk-trace:VERSION")
}

Ported by SNK

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 5

Languages