--- id: coralogix-opentelemetry version: "0.1.3" license: unclear license_treatment: unclear maintenance: dormant --- # coralogix-opentelemetry — coralogix extentions for opentelemetry License: unclear · Maintenance: dormant · Downloads: 132.3K/mo ## What it is and what it does coralogix-opentelemetry is a Python library that bridges OpenTelemetry instrumentation with Coralogix's observability platform. It provides extensions to send traces and metrics collected via OpenTelemetry to Coralogix for centralized monitoring and analysis. The package depends on opentelemetry-api and opentelemetry-sdk, making it a thin integration layer rather than a standalone tool. It supports Python 3.8 through 3.12. However, the package has not been updated since 2024-02-11, and its maintenance status is dormant, meaning there is no active development or support. Use it for: - Send application traces from Python services to Coralogix for distributed tracing and debugging. - Collect and export metrics from OpenTelemetry-instrumented applications to Coralogix dashboards. - Integrate existing OpenTelemetry instrumentation with Coralogix without rewriting observability code. - Monitor microservices by exporting spans and metrics to a centralized Coralogix instance. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides OpenTelemetry extensions for Python applications to integrate with Coralogix observability platform, enabling traces and metrics collection. No—install only if you are already committed to Coralogix and cannot use a maintained alternative. The package is dormant (915 days since last release), has no declared license, and offers no guarantee of compatibility with current OpenTelemetry versions. Verify with Coralogix whether they recommend this package or provide a newer integration method before adopting. ## Install pip install coralogix-opentelemetry uv add coralogix-opentelemetry poetry add coralogix-opentelemetry ## Installing coralogix-opentelemetry Before you install: Low install friction with only two runtime dependencies (opentelemetry-api and opentelemetry-sdk). However, the package is dormant—last release was 915 days ago—raising concerns about maintenance, bug fixes, and compatibility with newer OpenTelemetry versions. License in practice: License status is unclear; the package metadata contains no license declaration. Before adopting, verify the actual license terms with the maintainer or repository to understand usage restrictions. Quickstart: pip install coralogix-opentelemetry from coralogix_opentelemetry import CoralogixExporter from opentelemetry.sdk.trace import TracerProvider exporter = CoralogixExporter() provider = TracerProvider() provider.add_span_processor(exporter) Requires opentelemetry-api and opentelemetry-sdk to be installed; Python 3.8 or later. Verify before relying: - Whether the package remains compatible with current OpenTelemetry SDK versions given its dormant status. - Actual license terms, since license metadata is absent from the package. - Whether Coralogix maintains this package or recommends an alternative integration method. - What specific exporters or extensions are provided beyond the base OpenTelemetry API. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: dormant - Downloads: 132.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags opentelemetry coralogix integration, coralogix python instrumentation, opentelemetry exporter coralogix, python observability coralogix, distributed tracing coralogix, observability, opentelemetry, dormant [View on SkillFed](https://skillfed.io/packages/coralogix-opentelemetry) · [View on PyPI](https://pypi.org/project/coralogix-opentelemetry/)