1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
OpenTelemetry Go API and SDK https://opentelemetry.io/
Go to file
Daniil Rutskiy 911d7be43d
Check marshalled value instead of iface (#1299)
* Check marshalled value

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

* Move change to Fixed section

Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com>

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-11-02 08:27:41 -08:00
.circleci Export coverage report to codecov (#995) 2020-08-24 09:43:29 -07:00
.github Allow up to 0.5% coverage change before failing build (#1162) 2020-09-10 12:49:08 -07:00
bridge/opentracing Add SpanContextFromContext() (#1255) 2020-10-21 17:30:28 -04:00
codes Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
example Change resource.New() to use functional options; add builtin attributes for (host.*, telemetry.sdk.*) (#1235) 2020-10-31 11:16:55 -07:00
exporters Change resource.New() to use functional options; add builtin attributes for (host.*, telemetry.sdk.*) (#1235) 2020-10-31 11:16:55 -07:00
global Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
internal Bump github.com/golangci/golangci-lint in /internal/tools (#1301) 2020-11-01 08:52:11 -08:00
label Check marshalled value instead of iface (#1299) 2020-11-02 08:27:41 -08:00
oteltest Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
propagators Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
registry Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
sdk Change resource.New() to use functional options; add builtin attributes for (host.*, telemetry.sdk.*) (#1235) 2020-10-31 11:16:55 -07:00
semconv Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
unit Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
.gitignore Import open-telemetry/opentelemetry-proto submodule and generate protobuf bindings locally (#942) 2020-07-16 13:59:14 -07: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
alignment_test.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
baggage_test.go Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
baggage.go Add Baggage API and move Baggage propagator (#1217) 2020-10-05 11:25:09 -04:00
CHANGELOG.md Check marshalled value instead of iface (#1299) 2020-11-02 08:27:41 -08:00
CODEOWNERS Add @XSAM as project approver (#1110) 2020-08-28 17:05:48 -04:00
config_test.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
config.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
CONTRIBUTING.md Ensure exported interfaces have named method parameters (#1172) 2020-09-16 09:09:45 -07:00
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
error_handler.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
get_main_pkgs.sh
go.mod Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 (#1093) 2020-08-26 11:39:41 -07:00
go.sum Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 (#1093) 2020-08-26 11:39:41 -07:00
instrumentkind_string.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
LICENSE
Makefile Test benchmarks in precommit (#1207) 2020-09-25 13:27:03 -07:00
Makefile.proto Move OTLP to the OTLP exporter (#1050) 2020-08-10 19:55:52 -07:00
metric_instrument.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
metric_noop.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
metric_sdkapi.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
metric_test.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
metric.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
number_test.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
number.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
numberkind_string.go Move metric api package into otel (#1252) 2020-10-17 09:48:21 -07:00
pre_release.sh fix pre_release.sh to update version in sdk/opentelemetry.go (#607) 2020-03-31 12:02:56 -07:00
propagation_test.go Update propagation to conform with OpenTelemetry specification (#1212) 2020-10-02 12:27:16 -07:00
propagation.go Update propagation to conform with OpenTelemetry specification (#1212) 2020-10-02 12:27:16 -07:00
README.md Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07: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_noop_test.go Move trace api package into otel (#1229) 2020-10-08 19:58:56 -07:00
trace_noop.go Update Span API event methods (#1254) 2020-10-16 08:09:27 -07:00
trace_test.go Add SpanContextFromContext() (#1255) 2020-10-21 17:30:28 -04:00
trace.go Add SpanContextFromContext() (#1255) 2020-10-21 17:30:28 -04:00
verify_examples.sh Clean up tools (#762) 2020-05-26 11:35:34 -07:00

OpenTelemetry-Go

Circle CI Docs 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.

Getting Started

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.