OpenTelemetry Collector
Go to file
Pablo Baeyens 53d057f9c0
[docs] Remove document that is being moved to `cmd/mdatagen`'s README (#4461)
2021-11-19 09:25:02 -08:00
.github Removed `cmd/otelcol`, removed Make targets and github actions workflow (#4200) 2021-11-17 11:04:52 -08:00
client Rename client.Client to client.Info (#4416) 2021-11-17 08:49:27 -08:00
cmd/builder Nit: remove more global state from the Builder (#4448) 2021-11-18 09:44:12 -08:00
component Fix minor typo (#4351) 2021-11-03 09:59:24 -07:00
config `configgrpc`: Update `ToDialOptions` with settings (#4451) 2021-11-18 17:22:48 -08:00
consumer Remove deprecated funcs consumererror.As[Traces|Metrics|Logs] (#4364) 2021-11-04 12:21:27 -07:00
docs [docs] Remove document that is being moved to `cmd/mdatagen`'s README (#4461) 2021-11-19 09:25:02 -08:00
examples Update memory ballast usage (#4392) 2021-11-10 10:25:10 -08:00
exporter `configgrpc`: Update `ToDialOptions` with settings (#4451) 2021-11-18 17:22:48 -08:00
extension Fix broken link (#4353) 2021-11-03 09:09:25 -07:00
internal Include local builder config to release procedure (#4446) 2021-11-17 12:32:39 -08:00
model `semconv`: adding semconv 1.7.0 and 1.8.0 (#4452) 2021-11-19 08:54:25 -08:00
obsreport obsreporttest: Improve tests, check for all possible errors always (#4395) 2021-11-10 16:34:03 -08:00
processor Update batch processor to handle ExponentialHistogram (#4405) 2021-11-12 09:25:31 -08:00
receiver Fix some golint issues (#4398) 2021-11-11 08:45:26 -08:00
service Update otel dependencies to latest (#4425) 2021-11-12 15:42:07 -08:00
.codecov.yml Try to update codecov config. (#4147) 2021-09-30 08:13:17 -07:00
.gitignore use archive instead of submodule (#4263) 2021-10-26 09:33:37 -07:00
.gitmodules use archive instead of submodule (#4263) 2021-10-26 09:33:37 -07:00
.golangci.yml [golangci-lint] Remove unused exclude rules (#4463) 2021-11-19 08:51:25 -08:00
CHANGELOG.md `semconv`: adding semconv 1.7.0 and 1.8.0 (#4452) 2021-11-19 08:54:25 -08:00
CONTRIBUTING.md Upgrade to Go 1.17 (#3887) 2021-08-25 13:49:09 -07:00
LICENSE Initial commit 2018-06-05 08:09:00 +00:00
Makefile Removed `cmd/otelcol`, removed Make targets and github actions workflow (#4200) 2021-11-17 11:04:52 -08:00
Makefile.Common Adds vanity import check (#4180) 2021-10-12 13:47:36 -07:00
README.md Change jpkrohling's company affiliation (#4193) 2021-10-13 08:45:02 -07:00
VERSIONING.md Add note to versioning doc describing use of spec version in semconv import paths (#4054) 2021-09-16 02:29:54 -07:00
go.mod Bump github.com/mostynb/go-grpc-compression from 1.1.14 to 1.1.15 (#4434) 2021-11-15 08:37:50 -08:00
go.sum Bump github.com/mostynb/go-grpc-compression from 1.1.14 to 1.1.15 (#4434) 2021-11-15 08:37:50 -08:00
proto_patch.sed add ExponentialHistogram field to pdata (#4219) 2021-10-25 19:18:51 -04:00
versions.yaml Prepare core release v0.39.0 (#4415) 2021-11-12 13:11:06 -08:00

README.md

<p align="center"> <strong> <a href="https://opentelemetry.io/docs/collector/getting-started/">Getting Started</a>   •   <a href="CONTRIBUTING.md">Getting Involved</a>   •   <a href="https://gitter.im/open-telemetry/opentelemetry-service">Getting In Touch</a> </strong> </p> <p align="center"> <a href="https://goreportcard.com/report/github.com/open-telemetry/opentelemetry-collector"> <img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/open-telemetry/opentelemetry-collector?style=for-the-badge"></a> <a href="https://circleci.com/gh/open-telemetry/opentelemetry-collector"> <img alt="Build Status" src="https://img.shields.io/circleci/build/github/open-telemetry/opentelemetry-collector?style=for-the-badge"></a> <a href="https://codecov.io/gh/open-telemetry/opentelemetry-collector/branch/main/"> <img alt="Codecov Status" src="https://img.shields.io/codecov/c/github/open-telemetry/opentelemetry-collector?style=for-the-badge"></a> <a href="https://github.com/open-telemetry/opentelemetry-collector/releases"> <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/open-telemetry/opentelemetry-collector?include_prereleases&style=for-the-badge"></a> </p> <p align="center"> <strong> <a href="docs/vision.md">Vision</a>   •   <a href="docs/design.md">Design</a>   •   <a href="docs/monitoring.md">Monitoring</a>   •   <a href="docs/performance.md">Performance</a>   •   <a href="docs/security.md">Security</a>   •   <a href="docs/roadmap.md">Roadmap</a>   •   <a href="https://pkg.go.dev/go.opentelemetry.io/collector">Package</a> </strong> </p>

Getting Started   •   Getting Involved   •   Getting In Touch

Go Report Card Build Status Codecov Status GitHub release (latest by date including pre-releases)

Vision   •   Design   •   Monitoring   •   Performance   •   Security   •   Roadmap   •   Package

OpenTelemetry Icon OpenTelemetry Collector

The OpenTelemetry Collector offers a vendor-agnostic implementation on how to receive, process and export telemetry data. In addition, it removes the need to run, operate and maintain multiple agents/collectors in order to support open-source telemetry data formats (e.g. Jaeger, Prometheus, etc.) sending to multiple open-source or commercial back-ends.

Objectives:

  • Usable: Reasonable default configuration, supports popular protocols, runs and collects out of the box.
  • Performant: Highly stable and performant under varying loads and configurations.
  • Observable: An exemplar of an observable service.
  • Extensible: Customizable without touching the core code.
  • Unified: Single codebase, deployable as an agent or collector with support for traces, metrics and logs.

Status

The collector components and implementation are in different stages of stability, and usually split between functionality and configuration:

Signal Component Status
Trace OTLP protocol Stable
OTLP receiver functionality Stable
OTLP receiver configuration Beta
OTLP exporter functionality Stable
OTLP exporter configuration Beta
Metric OTLP protocol Stable
OTLP receiver functionality Stable
OTLP receiver configuration Beta
OTLP exporter functionality Stable
OTLP exporter configuration Beta
Logs OTLP protocol Beta
OTLP receiver functionality Beta
OTLP receiver configuration Beta
OTLP exporter functionality Beta
OTLP exporter configuration Beta
Common Logging exporter unstable
Batch processor functionality Beta
Batch processor configuration Beta
MemoryLimiter processor functionality Beta
MemoryLimiter processor configuration Beta

We follow the production maturity level defined here

Contributing

See CONTRIBUTING.md.

Triagers (@open-telemetry/collector-triagers):

Approvers (@open-telemetry/collector-approvers):

Maintainers (@open-telemetry/collector-maintainers):

Learn more about roles in the community repository.

Thanks to all the people who already contributed!