skillfed

coralogix-opentelemetry

coralogix extentions for opentelemetry

coralogix-opentelemetry v0.1.3 132.3K downloads/30d#11,555 on PyPI
License unclear DORMANT released

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 on this page — 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

coralogix-opentelemetry on PyPI

pip

pip install coralogix-opentelemetry

uv

uv add coralogix-opentelemetry

poetry

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 the current Python release (>=3.8,<4.0)
Install friction low — pure-Python wheel
Runtime dependencies 2 — opentelemetry-api, opentelemetry-sdk
Maintenance dormant — 915 days since the last release
First released
Downloads 132,337/month — #11,555 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: coralogix_opentelemetry-0.1.3-py3-none-any.whl

Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

opentelemetry coralogix integrationcoralogix python instrumentationopentelemetry exporter coralogixpython observability coralogixdistributed tracing coralogix
observabilityopentelemetrydormant

More Monitoring packages