OpenTelemetry Collector
Go to file
Bogdan Drutu ce71309a1d
Deprecate consumerhelper, move helpers to consumer (#5006)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2022-03-16 05:24:33 -07:00
.github [release process] add release template (#4955) 2022-03-14 06:03:41 -07:00
client Add Host property for Metadata (#4736) 2022-01-26 11:20:27 -08:00
cmd Remove all deprecated funcs/structs from v0.46.0 (#4995) 2022-03-14 11:19:49 -07:00
component Remove all deprecated funcs/structs from v0.46.0 (#4995) 2022-03-14 11:19:49 -07:00
config Add a new bytes provier, allows providing yaml bytes (#4998) 2022-03-16 00:26:29 -07:00
consumer Deprecate consumerhelper, move helpers to consumer (#5006) 2022-03-16 05:24:33 -07:00
docs [docs] Update troubleshooting arguments (#4926) 2022-03-16 00:28:11 -07:00
examples Update otel-config.yaml (#4683) 2022-01-18 08:32:00 -08:00
exporter Deprecate consumerhelper, move helpers to consumer (#5006) 2022-03-16 05:24:33 -07:00
extension Remove all deprecated funcs/structs from v0.46.0 (#4995) 2022-03-14 11:19:49 -07:00
internal Remove all deprecated funcs/structs from v0.46.0 (#4995) 2022-03-14 11:19:49 -07:00
model Remove all deprecated funcs/structs from v0.46.0 (#4995) 2022-03-14 11:19:49 -07:00
obsreport Fix: correct the value of otelcol_exporter_send_failed_requests (#4629) 2022-01-05 18:45:34 +00:00
processor Deprecate consumerhelper, move helpers to consumer (#5006) 2022-03-16 05:24:33 -07:00
receiver Remove all deprecated funcs/structs from v0.46.0 (#4995) 2022-03-14 11:19:49 -07:00
service Add a new bytes provier, allows providing yaml bytes (#4998) 2022-03-16 00:26:29 -07:00
.codecov.yml Update codecov to reflect latest changes (#4346) 2021-11-22 08:32:18 -08: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 Enable `errcheck` linter (#4462) 2021-11-23 12:27:32 -08:00
CHANGELOG.md Deprecate consumerhelper, move helpers to consumer (#5006) 2022-03-16 05:24:33 -07:00
CONTRIBUTING.md Reword exceptions section to be more general (#4925) 2022-03-01 13:40:13 -08:00
LICENSE Initial commit 2018-06-05 08:09:00 +00:00
Makefile Tune Makefile, allow running targets in parallel across modules (#4908) 2022-02-23 10:03:32 -08:00
Makefile.Common Tune Makefile, allow running targets in parallel across modules (#4908) 2022-02-23 10:03:32 -08:00
README.md Try to add all previous triagers/approvers/maintainers as emeritus (#4932) 2022-03-01 09:06:56 -08: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 dependabot updates Mon Mar 14 08:56:33 PDT 2022 (#4997) 2022-03-14 09:28:48 -07:00
go.sum dependabot updates Mon Mar 14 08:56:33 PDT 2022 (#4997) 2022-03-14 09:28:48 -07:00
proto_patch.sed add ExponentialHistogram field to pdata (#4219) 2021-10-25 19:18:51 -04:00
versions.yaml Release prep for v0.46.0 (#4945) 2022-03-02 10:34:27 -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://github.com/open-telemetry/opentelemetry-collector/actions/workflows/build-and-test.yml"> <img alt="Go Report Card" src="https://github.com/open-telemetry/opentelemetry-collector/actions/workflows/build-and-test.yml/badge.svg?branch=main"></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="https://opentelemetry.io/docs/collector/configuration/">Configuration</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   •   Configuration   •   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
Traces OTLP protocol Stable
OTLP receiver functionality Stable
OTLP receiver configuration Stable
OTLP exporter functionality Stable
OTLP exporter configuration Stable
Metrics OTLP protocol Stable
OTLP receiver functionality Stable
OTLP receiver configuration Stable
OTLP exporter functionality Stable
OTLP exporter configuration Stable
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

Compatibility

When used as a library, the OpenTelemetry Collector attempts to track the currently supported versions of Go, as defined by the Go team. Removing support for an unsupported Go version is not considered a breaking change.

Starting with the release of Go 1.18, support for Go versions on the OpenTelemetry Collector will be updated as follows:

  1. The first release after the release of a new Go minor version N will add build and tests steps for the new Go minor version.
  2. The first release after the release of a new Go minor version N will remove support for Go version N-2.

Official OpenTelemetry Collector distro binaries may be built with any supported Go version.

Contributing

See CONTRIBUTING.md.

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

Emeritus Triagers:

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

Emeritus Approvers:

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

Emeritus Maintainers:

Learn more about roles in the community repository.

Thanks to all the people who already contributed!