OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v0.8.0
Name: opentelemetry-go-contrib
Owner: OpenTelemetry - CNCF
Release: Release v0.8.0
Released: 2020-07-10
License: Apache-2.0
Release Assets:
This release upgrades its go.opentelemetry.io/otel dependency to v0.8.0, includes minor fixes, and new instrumentation.
Additions
- Create this
CHANGELOG.md
. (#114) - Add
emicklei/go-restful/v3
trace instrumentation. (#115)
Changed
- Update
CONTRIBUTING.md
to ask for updates toCHANGELOG.md
with each pull request. (#114) - Move all
github.com
package instrumentation under agithub.com
directory. (#118)
Fixed
- Update README to include information about external instrumentation.
To start, this includes native instrumentation found in the
go-redis/redis
package. (#117) - Bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.2 in /tools. (#122, #123, #125)
- Bump go.mongodb.org/mongo-driver from 1.3.4 to 1.3.5 in /instrumentation/go.mongodb.org/mongo-driver. (#124)
Commits since previous release (v0.7.0)
83f8ffad07e3665a8c623dcb68a1ef682151b746 (HEAD -> master, tag: v0.8.0, tag: instrumentation/runtime/v0.8.0, tag: instrumentation/gopkg.in/macaron.v1/v0.8.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.8.0, tag: instrumentation/github.com/labstack/echo/v0.8.0, tag: instrumentation/github.com/gorilla/mux/v0.8.0, tag: instrumentation/github.com/gin-gonic/gin/v0.8.0, tag: instrumentation/github.com/emicklei/go-restful/v0.8.0, tag: exporters/metric/dogstatsd/v0.8.0, tag: exporters/metric/datadog/v0.8.0, upstream/master, origin/master, origin/HEAD) Release v0.8.0 (#129) bdcc7fdfbf28dd21bb7efe016aaa5749c968e0e6 Bump github.com/golangci/golangci-lint from 1.28.1 to 1.28.2 in /tools (#125) 0019f1ca27843f214fac63a8ea1668d8330e7150 Bump go.mongodb.org/mongo-driver from 1.3.4 to 1.3.5 in /instrumentation/go.mongodb.org/mongo-driver (#124) ae0d272a2deb492d24d651532ac0c12097c853c1 Bump github.com/golangci/golangci-lint from 1.28.0 to 1.28.1 in /tools (#123) 09dd73756d970508e885369168fd3c9d663df888 Bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.0 in /tools (#122) e24f778e6987fb507b621038652d3073b8b5e447 Slight improvement to doc.go for go-restful to meet docs requirement (#121) 412a4a8b264e6c649ac43af8dd605dd588783bfa Add link to go-redis/redis OpenTelemetry integration (#117) 19be05c53f11474ac0d1bf248b4a48a4c75100e0 Include emicklei/go-restful in directory move (#120) 370078e3876afd8713a3e25076fe1e71f1f21587 Move all github.com instrumentation plugins down one level in directory hierarchy (#118) a24a7d579f5b3e345c4bb001f99a1fc29aec9114 Add emicklei/go-restful instrumentation (#115) 9b5da8f4100df2a3feafcb6f1e0ce075286a108d Create a changelog to document changes between versions (#114)