opentelemetry-java
by
open-telemetry

Description: OpenTelemetry Java SDK

View on GitHub ↗

Summary Information

Updated 7 minutes ago
Added to GitGenius on April 2nd, 2023
Created on February 26th, 2019
Open Issues & Pull Requests: 212 (+0)
Number of forks: 995
Total Stargazers: 2,415 (+0)
Total Subscribers: 72 (+0)

Issue Activity (beta)

Open issues: 113
New in 7 days: 4
Closed in 7 days: 1
Avg open age: 363 days
Stale 30+ days: 87
Stale 90+ days: 70

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 4

Top labels

  • Feature Request (182)
  • Bug (147)
  • help wanted (52)
  • release:required-for-ga (27)
  • blocked:spec (20)
  • good first issue (16)
  • needs author feedback (16)
  • priority:p2 (16)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 118.4 days
90th percentile: 467.8 days
Tracked items: 392

Most active contributors

Detailed Description

OpenTelemetry Java is the official Java implementation of the OpenTelemetry API and SDK, providing a comprehensive framework for recording and managing telemetry data across Java applications. The repository serves as the central hub for Java-based observability, enabling developers to instrument their applications with metrics, traces, logs, and context propagation capabilities. It is maintained by the OpenTelemetry project and published to Maven Central with a consistent monthly release cadence for minor versions and patch releases as needed.

The repository publishes a wide range of artifacts organized into several key categories. The API layer includes the core OpenTelemetry API for recording telemetry, the Context API for managing execution context, and an API Incubator containing experimental features like the Event API and extended tracer functionality. API Extensions provide specialized implementations such as a Kotlin extension for coroutine context support and trace propagators for standards like B3, Jaeger, and OT Trace. The SDK layer encompasses separate implementations for metrics, traces, logs, and profiles, along with shared SDK components and testing utilities designed to help developers validate their instrumentation. Bills of Materials are provided to ensure version synchronization across related artifacts, with both stable and alpha variants available.

The project maintains broad Java compatibility, supporting Java 8 and higher across all published artifacts, with special considerations for Android applications requiring library desugaring. The repository explicitly seeks additional contributors and maintains active community engagement through its help wanted initiative. GitGenius activity data reveals substantial development momentum, with 392 tracked issues and pull requests showing a median response latency of zero hours, indicating rapid community engagement. Feature requests represent the largest category of tracked issues with 160 items, followed by 128 bug reports and 32 help wanted items. The most active contributor, jack-berg, has logged 581 events, with jkwatson and trask contributing 183 and 121 events respectively, demonstrating concentrated expertise within the core maintainer group.

The repository's scope extends across the full observability spectrum, encompassing distributed tracing, metrics collection, logging integration, and context propagation mechanisms essential for modern distributed systems. The SDK Testing component specifically addresses the needs of instrumentation developers by providing reusable testing utilities. The project's integration with other repositories through overlapping contributors, including connections to github/gh-aw, solo-io/gloo, and longhorn/longhorn, reflects its role as a foundational component within the broader OpenTelemetry ecosystem. The comprehensive documentation referenced in the README directs users to detailed guides covering the Java ecosystem, component specifications, instrumentation patterns, and working code examples, positioning the repository as both a production-ready implementation and an educational resource for Java observability practices.

opentelemetry-java
by
open-telemetryopen-telemetry/opentelemetry-java

Repository Details

Fetching additional details & charts...