awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
open-telemetry avatar

open-telemetry/opentelemetry-collector

0
View on GitHub↗
7,175 स्टार्स·2,120 फोर्क्स·Go·Apache-2.0·9 व्यूज़opentelemetry.io↗

Opentelemetry Collector

OpenTelemetry Collector एक वेंडर-अज्ञेयवादी प्रॉक्सी और ऑब्जर्वेबिलिटी डेटा पाइपलाइन है जो ट्रेसेस, मेट्रिक्स और लॉग्स को प्राप्त, प्रोसेस और एक्सपोर्ट करती है। यह एक टेलीमेट्री इंजेक्शन गेटवे और मल्टी-बैकएंड मॉनिटरिंग एजेंट के रूप में कार्य करता है, जो विभिन्न डेटा स्वरूपों को सुसंगत प्रोसेसिंग के लिए एक मानकीकृत आंतरिक प्रतिनिधित्व में अनुवादित करता है।

यह प्रोजेक्ट अपने प्लगइन-आधारित घटक मॉडल के माध्यम से खुद को अलग करता है, जो कोर कोडबेस को संशोधित किए बिना कस्टम रिसीवर्स, प्रोसेसर्स और एक्सपोर्टर्स के एकीकरण की अनुमति देता है। यह एक कॉन्फ़िगर करने योग्य पाइपलाइन सिस्टम का उपयोग करता है जहाँ टेलीमेट्री को बाहरी मॉनिटरिंग बैकएंड पर भेजे जाने से पहले रूट, रेप्लिकेट या ट्रांसफॉर्म करने के लिए घटकों के एक अनुक्रम के माध्यम से प्रवाहित किया जाता है।

कलेक्टर में टेलीमेट्री ट्रैफ़िक प्रबंधन की क्षमताएं शामिल हैं, जैसे थ्रूपुट को अनुकूलित करने के लिए डेटा पॉइंट्स को बैच करना और उच्च वॉल्यूम स्पाइक्स के दौरान सिस्टम क्रैश को रोकने के लिए मेमोरी-अवेयर लोड शेडिंग लागू करना। यह एन्क्रिप्टेड चैनलों के माध्यम से सुरक्षित डेटा ट्रांसमिशन भी प्रदान करता है और रनटाइम पर सेटिंग्स को अपडेट करने के लिए डायनेमिक कॉन्फ़िगरेशन रिज़ॉल्यूशन का समर्थन करता है।

विशिष्ट वातावरणों के लिए मैन्युअल सेटअप को कम करने के लिए प्री-कॉन्फ़िगर डिस्ट्रीब्यूशन उपलब्ध हैं।

Features

  • Data Pipelines - Functions as a modular data pipeline that routes telemetry from ingestion through transformation to delivery based on configuration.
  • Observability Pipelines - Implements a configurable pipeline for routing and transforming traces, metrics, and logs before export.
  • Data Standardization - Normalizes disparate incoming observability data formats into a consistent internal structure for routing.
  • Telemetry Data Pipelines - Provides configurable layers for modifying, filtering, and masking attributes in observability data streams.
  • Multi-Protocol Monitoring Agents - Acts as a unified monitoring agent supporting multiple destination protocols to eliminate vendor-specific collectors.
  • Observability Data Representations - Provides a standardized internal representation of observability data to ensure consistent processing across diverse plugins.
  • Pipeline Behavior Configurations - Defines data flow and component selection via configuration files to customize how telemetry is processed.
  • Plugin-Based Extensibility - Utilizes a plugin-based extensibility model allowing custom receivers, processors, and exporters to be integrated without modifying the core.
  • Plugin Component Interfaces - OpenTelemetry adds new receivers, processors, or exporters by integrating plugins that implement a standardized component interface.
  • Cloud Native Observability - Manages the flow of telemetry data across distributed cloud-native environments for visibility into microservices.
  • Logging and Telemetry - Collects and ingests metrics and logs from diverse external sources for processing and export.
  • Multi-Backend Metric Exporters - Exports processed traces, metrics, and logs to multiple external monitoring backends using various protocols.
  • Telemetry Collection and Aggregation - Consolidates multiple vendor-specific agents into a single service to standardize observability data ingestion.
  • Telemetry Agents - Functions as a unified telemetry agent that replaces the need for multiple vendor-specific collection agents.
  • Telemetry Collectors - Provides a vendor-agnostic proxy that receives, processes, and exports observability data using the OpenTelemetry standard.
  • Telemetry Ingestion - Translates observability data from multiple external formats into a standardized internal representation for ingestion.
  • Telemetry Batching - Groups multiple telemetry spans and logs into batches to optimize network transport efficiency.
  • Telemetry Traffic Control - Controls data throughput using batching and memory-aware load shedding to protect monitoring backends.
  • Dynamic Configuration Resolution - Resolves configuration settings at runtime by merging multiple sources and watching for file changes.
  • Custom Processor Implementations - Allows the addition of custom data manipulation logic via a specific processor interface and registration factory.
  • Pipeline Linking - Provides the ability to connect telemetry data outputs to other pipeline inputs to route, replicate, or transform information.
  • Network Transmission Security - Encrypts and authenticates communication channels used to move telemetry data between components.
  • Application Logic Extensions - Provides mechanisms to extend application logic and customize telemetry routing without modifying the core codebase.
  • Load Shedding - Employs load shedding mechanisms to drop telemetry packets and preserve system stability during high-volume traffic spikes.
  • Request Batching - Implements a request batching pattern to group individual telemetry data points into larger packets for optimized network throughput.
  • Telemetry Ingestion Gateways - Translates various incoming telemetry formats into a standardized internal representation for consistent processing.
  • Distributed Tracing - Provides infrastructure to collect and forward distributed tracing data to analysis tools.
  • Memory Consumption Limits - Monitors memory consumption and implements load shedding to prevent system crashes during high volume spikes.
  • Configuration Change Watchers - Triggers a re-resolution of active settings by monitoring configuration sources for real-time updates.
  • Collector Components - Primary service for receiving and processing telemetry data.
  • Observability and Monitoring - Vendor-neutral pipeline for telemetry data.

स्टार हिस्ट्री

open-telemetry/opentelemetry-collector के लिए स्टार हिस्ट्री चार्टopen-telemetry/opentelemetry-collector के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Opentelemetry Collector के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Opentelemetry Collector के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • vectordotdev/vectorvectordotdev का अवतार

    vectordotdev/vector

    22,071GitHub पर देखें↗

    Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and traces across distributed infrastructure. It functions as a modular engine that decouples data ingestion from processing and transmission, utilizing a component-based architecture to connect diverse sources to multiple destinations. The project distinguishes itself through a focus on reliability and flow control. It implements backpressure-aware data movement to prevent data loss during traffic spikes and utilizes disk-backed event buffering to ensure durability during network

    Rusteventsforwarderhacktoberfest
    GitHub पर देखें↗22,071
  • fluent/fluent-bitfluent का अवतार

    fluent/fluent-bit

    7,946GitHub पर देखें↗

    Fluent Bit is a cloud-native log shipper and unified telemetry collector designed as a resource-efficient data pipeline. It ingests logs, metrics, and traces from multiple sources, processing them in real-time before routing the data to external storage backends. The project functions as a real-time stream processor and OpenTelemetry log processor, capable of transforming and filtering data using SQL and conditional logic. It also acts as a distributed tracing agent that can sample traces to reduce data volume while preserving full request paths. The system provides reliable data delivery th

    C
    GitHub पर देखें↗7,946
  • uptrace/uptraceuptrace का अवतार

    uptrace/uptrace

    4,098GitHub पर देखें↗

    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
    GitHub पर देखें↗4,098
  • hyperdxio/hyperdxhyperdxio का अवतार

    hyperdxio/hyperdx

    9,324GitHub पर देखें↗

    HyperDX is an OpenTelemetry observability platform that provides centralized log management, distributed tracing, and a self-hosted monitoring stack. It functions as a unified system for collecting, indexing, and visualizing logs, metrics, and traces from cloud and container environments. The platform distinguishes itself with specialized tooling for large language model monitoring and session replay, allowing user interactions in the browser to be linked to backend telemetry. It employs schema-less JSON parsing to index structured logs dynamically and uses source maps to resolve minified sta

    TypeScriptalertinganalyticsapm
    GitHub पर देखें↗9,324
Opentelemetry Collector के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

open-telemetry/opentelemetry-collector क्या करता है?

OpenTelemetry Collector एक वेंडर-अज्ञेयवादी प्रॉक्सी और ऑब्जर्वेबिलिटी डेटा पाइपलाइन है जो ट्रेसेस, मेट्रिक्स और लॉग्स को प्राप्त, प्रोसेस और एक्सपोर्ट करती है। यह एक टेलीमेट्री इंजेक्शन गेटवे और मल्टी-बैकएंड मॉनिटरिंग एजेंट के रूप में कार्य करता है, जो विभिन्न डेटा स्वरूपों को सुसंगत प्रोसेसिंग के लिए एक मानकीकृत आंतरिक प्रतिनिधित्व में अनुवादित करता है।

open-telemetry/opentelemetry-collector की मुख्य विशेषताएं क्या हैं?

open-telemetry/opentelemetry-collector की मुख्य विशेषताएं हैं: Data Pipelines, Observability Pipelines, Data Standardization, Telemetry Data Pipelines, Multi-Protocol Monitoring Agents, Observability Data Representations, Pipeline Behavior Configurations, Plugin-Based Extensibility।

open-telemetry/opentelemetry-collector के कुछ ओपन-सोर्स विकल्प क्या हैं?

open-telemetry/opentelemetry-collector के ओपन-सोर्स विकल्पों में शामिल हैं: vectordotdev/vector — Vector is a high-performance observability data pipeline designed to collect, transform, and route logs, metrics, and… fluent/fluent-bit — Fluent Bit is a cloud-native log shipper and unified telemetry collector designed as a resource-efficient data… uptrace/uptrace — Uptrace is an OpenTelemetry-based observability platform designed to collect, store, and analyze distributed traces,… hyperdxio/hyperdx — HyperDX is an OpenTelemetry observability platform that provides centralized log management, distributed tracing, and… open-telemetry/opentelemetry-collector-contrib — This project provides an observability data pipeline designed to collect, transform, and route logs, metrics, and… signoz/signoz — SigNoz is a full-stack observability platform designed to collect, store, and visualize metrics, logs, and distributed…