Collection of extensions for OpenTelemetry-Go.
Go to file
Tyler Yahn e9e944bd5c
Release v0.10.0 (#185)
* Upgrade to v0.10.0 version

* Upgrade to v0.10.0 code changes

* Update Changelog
2020-07-31 12:02:28 -07:00
.circleci Copy all coverage.html files into artifacts directory (#56) 2020-06-06 11:09:42 -07:00
.github AWS detector (#139) 2020-07-27 09:32:15 -07:00
detectors Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
exporters/metric Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
instrumentation Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
internal/trace Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
tools Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools (#146) 2020-07-21 08:20:54 -07:00
.gitignore Setup initial folder structure and build. (#3) 2020-02-28 09:46:32 -08:00
.golangci.yml Add a golangci-lint configuration file (#18) 2020-04-23 13:16:16 -07:00
CHANGELOG.md Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
CODEOWNERS paivagustavo to emeritus for now (#152) 2020-07-23 11:34:49 -07:00
CONTRIBUTING.md paivagustavo to emeritus for now (#152) 2020-07-23 11:34:49 -07:00
LICENSE Initial commit 2020-02-21 10:12:37 -08:00
Makefile Setup initial folder structure and build. (#3) 2020-02-28 09:46:32 -08:00
README.md Update project docs and layout (#92) 2020-06-22 16:10:17 -07:00
RELEASING.md Update RELEASING.md with correct tag.sh cmd (#130) 2020-07-10 11:30:39 -07:00
doc.go Rename plugins directory to instrumentation (#47) 2020-06-01 09:11:19 -07:00
go.mod Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
go.sum Release v0.10.0 (#185) 2020-07-31 12:02:28 -07:00
pre_release.sh Create RELEASE instructions (#101) 2020-06-29 09:15:52 -07:00
tag.sh Add tagging script for release process (#60) 2020-06-09 17:36:59 -07:00

README.md

OpenTelemetry-Go Contrib

Circle CI Docs Go Report Card Gitter

Collection of 3rd-party instrumentation and exporters for OpenTelemetry-Go.

Contents

  • Instrumentation: Packages providing OpenTelemetry instrumentation for 3rd-party libraries.
  • Exporters: Packages providing OpenTelemetry exporters for 3rd-party telemetry systems.

Contributing

For information on how to contribute, consult the contributing guidelines