1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
OpenTelemetry Go API and SDK https://opentelemetry.io/
Go to file
Krzesimir Nowak 8d80981465
Move gRPC driver to a subpackage and add an HTTP driver (#1420)
* Move grpc stuff to separate package

* Drop duplicated retryable status code

* Set default port to 4317

This is what the specification says for both gRPC and HTTP.

* Document gRPC option type

* Add an HTTP protocol driver for OTLP exporter

Currently it supports only binary protobuf payloads.

* Move end to end test to a separate package

It also adds some common code mock collectors can use. This will be
useful for testing the HTTP driver.

* Move export data creators to otlptest

It also extends the one record checkpointer a bit. This will be useful
for testing the HTTP driver.

* Add an HTTP mock collector and tests for HTTP driver

* Update changelog

* Do not depend on DefaultTransport

We create our own instance of the transport, which is based on
golang's DefaultTransport. That way we sidestep the issue of the
DefaultTransport being modified/overwritten. We won't have any panics
at init. The cost of it is to keep the transport fields in sync with
DefaultTransport.

* Read the whole response body before closing it

This may help with connection reuse.

* Change options to conform to our style guide

* Add jitter to backoff time

* Test TLS option

* Test extra headers

* Fix a comment

* Increase coverage

* Add a source of the backoff strategy
2021-01-11 22:55:24 -05:00
.github Adding Security Workflows to GitHub Actions (2/2): gosec workflow (#1429) 2021-01-06 12:06:16 -08:00
baggage Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05:00
bridge Add TraceState to SpanContext in API (#1340) 2020-12-21 13:11:48 -08:00
codes Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05:00
example Move gRPC driver to a subpackage and add an HTTP driver (#1420) 2021-01-11 22:55:24 -05:00
exporters Move gRPC driver to a subpackage and add an HTTP driver (#1420) 2021-01-11 22:55:24 -05:00
internal Bump github.com/golangci/golangci-lint in /internal/tools (#1445) 2021-01-11 10:11:57 -08:00
label chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
metric Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05:00
oteltest Add TraceState to SpanContext in API (#1340) 2020-12-21 13:11:48 -08:00
propagation Add TraceState to SpanContext in API (#1340) 2020-12-21 13:11:48 -08:00
sdk Add Tracestate into the SamplingResult struct (#1432) 2021-01-06 11:09:48 -08:00
semconv chore(semconv): Add PR number to changelog (#1323) 2020-11-16 10:29:28 -08:00
trace Add TraceState to SpanContext in API (#1340) 2020-12-21 13:11:48 -08:00
unit chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
.gitignore cleanup: drop the removed examples in gitignore (#1427) 2020-12-30 10:42:15 -08:00
.gitmodules Move OTLP to the OTLP exporter (#1050) 2020-08-10 19:55:52 -07:00
.golangci.yml Remove nolint and update misspell to ignore cancelled 2020-05-29 11:11:19 -07:00
CHANGELOG.md Move gRPC driver to a subpackage and add an HTTP driver (#1420) 2021-01-11 22:55:24 -05:00
CODEOWNERS Add @dashpole as a project Approver (#1410) 2020-12-17 16:36:49 -08:00
CONTRIBUTING.md Add @dashpole as a project Approver (#1410) 2020-12-17 16:36:49 -08:00
doc.go Mention the getting started guide (#1406) 2020-12-17 10:00:34 -08:00
error_handler.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
get_main_pkgs.sh Build scripts: Replace mapfile with read loop for old bash versions (#1425) 2020-12-29 10:43:05 -08:00
go.mod Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#1374) 2020-11-30 10:31:41 -08:00
go.sum Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#1374) 2020-11-30 10:31:41 -08:00
handler_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
handler.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
LICENSE Initial commit 2019-05-16 12:05:27 -07:00
Makefile Build examples last (#1370) 2020-12-01 08:02:36 -08:00
Makefile.proto Rework proto generation (#1371) 2020-12-07 09:36:06 -08:00
metric_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
metric.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
pre_release.sh Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
propagation.go Fix small typo (#1409) 2020-12-17 12:07:09 -08:00
README.md Switch CircleCI badge to GitHub Actions (#1440) 2021-01-07 12:48:24 -05:00
RELEASING.md Add reminder to release contrib after this repo (#1030) 2020-08-05 09:01:00 -07:00
tag.sh Move tools package under internal (#1141) 2020-09-09 09:14:03 -07:00
trace_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
trace.go Fix golint issue caused by typo in trace.go (#1436) 2021-01-06 10:17:36 -08:00
verify_examples.sh Clean up tools (#762) 2020-05-26 11:35:34 -07:00
version.go Release v0.15.0 (#1392) 2020-12-10 21:00:59 -08:00
VERSIONING.md Add Versioning Documentation (#1388) 2020-12-29 10:34:46 -08:00

OpenTelemetry-Go

CI PkgGoDev Go Report Card Gitter

The Go OpenTelemetry implementation.

Project Status

Warning: this project is currently in a pre-GA phase. Backwards incompatible changes may be introduced in subsequent minor version releases as we work to track the evolving OpenTelemetry specification and user feedback.

Our progress towards a GA release candidate is tracked in this project board. This release candidate will follow semantic versioning and will be released with a major version greater than zero.

Progress and status specific to this repository is tracked in our local project boards and milestones.

Project versioning information and stability guarantees can be found in the versioning documentation.

Getting Started

You can find a getting started guide on opentelemetry.io.

OpenTelemetry's goal is to provide a single set of APIs to capture distributed traces and metrics from your application and send them to an observability platform. This project allows you to do just that for applications written in Go. There are two steps to this process: instrument your application, and configure an exporter.

Instrumentation

To start capturing distributed traces and metric events from your application it first needs to be instrumented. The easiest way to do this is by using an instrumentation library for your code. Be sure to check out the officially supported instrumentation libraries.

If you need to extend the telemetry an instrumentation library provides or want to build your own instrumentation for your application directly you will need to use the go.opentelemetry.io/otel/api package. The included examples are a good way to see some practical uses of this process.

Export

Now that your application is instrumented to collect telemetry, it needs an export pipeline to send that telemetry to an observability platform.

You can find officially supported exporters here and in the companion contrib repository. Additionally, there are many vendor specific or 3rd party exporters for OpenTelemetry. These exporters are broken down by trace and metric support.

Contributing

See the contributing documentation.