OpenTelemetry Collector
Go to file
Alex Boten 977af97f4e
`docs`: update release documentation to use push-tag (#4486)
* `docs`: update release documentation to use push-tag

This works around a problem with pushing all the tags at once, which doesn't trigger the github actions.

Fixes #4485

* Update docs/release.md

Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>

* updates from feedback

Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
2021-12-02 11:47:57 -08:00
.github Small adjustments to the release config and docs (#4487) 2021-11-25 11:40:54 -08:00
client Add AuthData to client.Info (#4422) 2021-11-22 08:14:00 -08:00
cmd/builder cmd/builder: Fix a minor inconsistency in README (#4498) 2021-12-01 11:06:41 -08:00
component Fix minor typo (#4351) 2021-11-03 09:59:24 -07:00
config Remove NewConfigMapFrom[File|Buffer], add testonly version (#4502) 2021-12-02 11:47:40 -08:00
consumer Remove deprecated funcs consumererror.As[Traces|Metrics|Logs] (#4364) 2021-11-04 12:21:27 -07:00
docs `docs`: update release documentation to use push-tag (#4486) 2021-12-02 11:47:57 -08:00
examples Update memory ballast usage (#4392) 2021-11-10 10:25:10 -08:00
exporter Handle corrupted persistent storage data gracefully (#4475) 2021-11-29 13:48:00 -05:00
extension Fix broken link (#4353) 2021-11-03 09:09:25 -07:00
internal Include SchemaURL in OTLP text (#4500) 2021-12-02 11:56:28 -05:00
model `semconv`: adding semconv 1.7.0 and 1.8.0 (#4452) 2021-11-19 08:54:25 -08:00
obsreport Enable `errcheck` linter (#4462) 2021-11-23 12:27:32 -08:00
processor Enable `errcheck` linter (#4462) 2021-11-23 12:27:32 -08:00
receiver Enable `errcheck` linter (#4462) 2021-11-23 12:27:32 -08:00
service Feature gate CLI flag and visibility changes (#4368) 2021-11-23 12:08:13 -08: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 Remove NewConfigMapFrom[File|Buffer], add testonly version (#4502) 2021-12-02 11:47:40 -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/knadh/koanf from 1.3.2 to 1.3.3 (#4490) 2021-11-29 10:33:52 -08:00
go.sum Bump github.com/knadh/koanf from 1.3.2 to 1.3.3 (#4490) 2021-11-29 10:33:52 -08:00
proto_patch.sed add ExponentialHistogram field to pdata (#4219) 2021-10-25 19:18:51 -04:00
versions.yaml Prepare v0.40.0 (#4484) 2021-11-24 12:32:29 -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!