opentelemetry-rust/opentelemetry-prometheus
Utkarsh Umesan Pillai 2dd47fd578
Fix tests to make precommit.sh run on Windows (#1831)
Co-authored-by: Zhongyang Wu <zhongyang.wu@outlook.com>
Co-authored-by: Cijo Thomas <cijo.thomas@gmail.com>
2024-05-28 21:46:38 -07:00
..
examples Revert "Allow precreation of AttributeSets for metrics (#1421)" (#1512) 2024-02-06 17:00:48 -05:00
src chore: add prometheus back with API and SDK pinned at 0.23 (#1795) 2024-05-20 23:23:46 -07:00
tests Fix tests to make precommit.sh run on Windows (#1831) 2024-05-28 21:46:38 -07:00
CHANGELOG.md Prepare v0.23 release (#1738) 2024-05-15 12:44:13 -04:00
Cargo.toml chore: add prometheus back with API and SDK pinned at 0.23 (#1795) 2024-05-20 23:23:46 -07:00
LICENSE fix: revert modifications to Apache license (#1664) 2024-04-18 16:30:52 -07:00
README.md chore: add prometheus back with API and SDK pinned at 0.23 (#1795) 2024-05-20 23:23:46 -07:00

README.md

OpenTelemetry Prometheus Exporter

OpenTelemetry — An observability framework for cloud-native software.

Prometheus integration for applications instrumented with OpenTelemetry.

The development of prometheus exporter has halt until the Opentelemetry metrics API and SDK reaches 1.0. Current implementation is based on Opentelemetry API and SDK 0.23.

Crates.io: opentelemetry-prometheus Documentation LICENSE GitHub Actions CI Slack

OpenTelemetry Overview

OpenTelemetry is an Observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. OpenTelemetry is vendor- and tool-agnostic, meaning that it can be used with a broad variety of Observability backends, including open source tools like [Jaeger] and [Prometheus], as well as commercial offerings.

OpenTelemetry is not an observability backend like Jaeger, Prometheus, or other commercial vendors. OpenTelemetry is focused on the generation, collection, management, and export of telemetry. A major goal of OpenTelemetry is that you can easily instrument your applications or systems, no matter their language, infrastructure, or runtime environment. Crucially, the storage and visualization of telemetry is intentionally left to other tools.