coralogix-opentelemetry
coralogix extentions for opentelemetry
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-opentelemetryuv
uv add coralogix-opentelemetrypoetry
poetry add coralogix-opentelemetryInstalling 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
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
coralogix-loggerSends Python application logs to Coralogix, a…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-loggingIntegrates Python's standard logging module…
permissive · top 1,000 on PyPI
uptraceUptrace is a thin wrapper over OpenTelemetry…
permissive · top 15,000 on PyPI
opentelemetry-instrumentation-jinja2Adds OpenTelemetry tracing instrumentation to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-remouladeAdds distributed tracing instrumentation for…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-celeryAdds distributed tracing and observability to…
permissive · top 5,000 on PyPI
opentelemetry-instrumentation-openaiCaptures traces of OpenAI API calls (prompts,…
permissive · top 5,000 on PyPI
elastic-opentelemetryElastic's customized distribution of…
permissive · top 15,000 on PyPI