awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
open-telemetry avatar

open-telemetry/opentelemetry-specification

0
View on GitHub↗
4,267 stele·988 fork-uri·Makefile·Apache-2.0·8 vizualizăriopentelemetry.io↗

Opentelemetry Specification

Acest depozit conține specificațiile pentru un standard de date de observabilitate și un framework de instrumentare a telemetriei. Definește protocoale unificate pentru modul în care datele de telemetrie sunt instrumentate, propagate și formatate pentru a asigura interoperabilitatea între sistemele distribuite.

Specificația oferă o abordare vendor-neutral pentru observabilitate, permițând exportarea datelor de telemetrie către diverse backend-uri fără a fi blocat la un singur furnizor sau a necesita modificări ale codului sursă al aplicației. Stabilește un protocol consistent pentru capturarea fluxurilor de cereri peste limitele serviciilor pentru a corela activitatea și a analiza performanța sistemului.

Framework-ul acoperă o suprafață largă de capabilități de monitorizare, inclusiv colectarea metricilor de sistem, agregarea log-urilor aplicației și capturarea trace-urilor distribuite. Definește metode atât pentru instrumentarea automată, cât și pentru cea manuală și specifică mecanismele pentru propagarea contextului și rutarea semnalelor de telemetrie prin pipeline-uri de date.

Features

  • Cloud Native Observability - Implements a vendor-neutral standard for collecting metrics, logs, and traces within cloud-native and distributed environments.
  • Unified Observability Data Models - Defines a consistent data model that unifies metrics, logs, and traces as timestamped wide events.
  • Distributed Tracing - Specifies the protocols for recording and visualizing the lifecycle of requests as they traverse distributed service architectures.
  • Tracing Context Propagation - Implements mechanisms for injecting and extracting distributed tracing headers across network boundaries to maintain request correlation.
  • Application Performance Monitoring - Provides a standardized approach for tracking runtime errors and performance bottlenecks in distributed software.
  • Instrumentation APIs - Provides standardized interfaces for adding both manual and automatic observability markers to application code.
  • Distributed Tracing - Defines methods for tracking requests across distributed systems using unique identifiers to analyze performance and execution flow.
  • Vendor-Neutral Observability Interfaces - Provides standardized APIs that decouple application code from specific monitoring providers to prevent vendor lock-in.
  • Zero-Code Instrumentation - Enables monitoring agents to be attached for telemetry collection without requiring modifications to application source code.
  • Telemetry Data Pipelines - Provides a configurable layer for ingesting, parsing, and transforming raw observability data before export.
  • OTLP Telemetry Routing - Routes observability data through processors and filters using OpenTelemetry standards.
  • Distributed Log Aggregation - Collects and unifies timestamped event records from multiple distributed services for centralized monitoring.
  • Telemetry Exporters - Pushes internal performance metrics and logs to various third-party observability platforms using a neutral standard.
  • Instrumentation Libraries - Supplies libraries for adding custom tracking and tracing directly into application code via manual instrumentation.
  • System Metrics Collection - Records system-level performance metrics over time to monitor resource usage and software health.
  • Tracing And Profiling - Framework for cloud-native observability.

Istoric stele

Graficul istoricului de stele pentru open-telemetry/opentelemetry-specificationGraficul istoricului de stele pentru open-telemetry/opentelemetry-specification

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Opentelemetry Specification

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Opentelemetry Specification.
  • open-telemetry/opentelemetry-dotnetAvatar open-telemetry

    open-telemetry/opentelemetry-dotnet

    3,666Vezi pe GitHub↗

    The OpenTelemetry .NET SDK is a set of libraries used to generate and export traces, metrics, and logs from .NET applications. It functions as an application performance monitoring tool and a distributed tracing implementation, providing the necessary infrastructure to capture system metrics and request paths across microservices. The project includes a zero-code instrumentation library that automatically captures telemetry from popular .NET frameworks without requiring manual changes to source code. It uses a provider-based API abstraction to decouple instrumentation from specific backend im

    C#asp-netasp-net-coredistributed-tracing
    Vezi pe GitHub↗3,666
  • uptrace/uptraceAvatar uptrace

    uptrace/uptrace

    4,098Vezi pe GitHub↗

    Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces, metrics, and logs. It functions as a centralized logging backend, a distributed tracing system, and a metrics engine to monitor application performance and system health. The platform is distinguished by AI-powered operational capabilities, allowing users to query telemetry data and manage monitoring dashboards using natural language. It specifically includes specialized monitoring for generative AI pipelines, tracking token usage and response quality for LLM interactions and r

    Goapmapplication-monitoringclickhouse
    Vezi pe GitHub↗4,098
  • open-telemetry/opentelemetry-goAvatar open-telemetry

    open-telemetry/opentelemetry-go

    6,434Vezi pe GitHub↗

    OpenTelemetry Go is a framework for generating and collecting distributed traces, metrics, and logs from Go applications. It provides a standardized telemetry instrumentation API for adding observability markers to code and a corresponding SDK for processing and emitting these signals. The project utilizes a configurable observability pipeline to sample and export telemetry data to external backends using the OTLP wire protocol. It features a pluggable export system and a separation between the public API and the SDK implementation, allowing telemetry to be routed to third-party platforms wit

    Gologgingmetricsopentelemetry
    Vezi pe GitHub↗6,434
  • openzipkin/zipkinAvatar openzipkin

    openzipkin/zipkin

    17,431Vezi pe GitHub↗

    Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across complex service architectures. It provides a platform for monitoring request lifecycles, enabling developers to identify latency bottlenecks and performance issues by tracking operations as they move through heterogeneous service environments. The system distinguishes itself through a standardized data model and a pluggable storage architecture that supports various backend databases. It utilizes sampling strategies to manage telemetry volume and employs asynchronous collection met

    Javadistributed-tracingobservabilityopenzipkin
    Vezi pe GitHub↗17,431
Vezi toate cele 30 alternative pentru Opentelemetry Specification→

Întrebări frecvente

Ce face open-telemetry/opentelemetry-specification?

Acest depozit conține specificațiile pentru un standard de date de observabilitate și un framework de instrumentare a telemetriei. Definește protocoale unificate pentru modul în care datele de telemetrie sunt instrumentate, propagate și formatate pentru a asigura interoperabilitatea între sistemele distribuite.

Care sunt principalele funcționalități ale open-telemetry/opentelemetry-specification?

Principalele funcționalități ale open-telemetry/opentelemetry-specification sunt: Cloud Native Observability, Unified Observability Data Models, Distributed Tracing, Tracing Context Propagation, Application Performance Monitoring, Instrumentation APIs, Vendor-Neutral Observability Interfaces, Zero-Code Instrumentation.

Care sunt câteva alternative open-source pentru open-telemetry/opentelemetry-specification?

Alternativele open-source pentru open-telemetry/opentelemetry-specification includ: open-telemetry/opentelemetry-dotnet — The OpenTelemetry .NET SDK is a set of libraries used to generate and export traces, metrics, and logs from .NET… uptrace/uptrace — Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces,… open-telemetry/opentelemetry-go — OpenTelemetry Go is a framework for generating and collecting distributed traces, metrics, and logs from Go… openzipkin/zipkin — Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across… open-telemetry/opentelemetry-php — OpenTelemetry PHP is a standard-compliant observability framework designed to instrument applications for the… open-telemetry/opentelemetry-demo — This project is an OpenTelemetry reference implementation and distributed microservices environment used to…