OpenTelemetry - CNCF/opentelemetry-go-contrib: Release v0.10.0

Name: opentelemetry-go-contrib

Owner: OpenTelemetry - CNCF

Release: Release v0.10.0

Released: 2020-07-31

License: Apache-2.0

Release Assets:

This release upgrades its go.opentelemetry.io/otel dependency to v0.10.0 and includes new instrumentation for popular Kafka and Cassandra clients.

Added

  • A detector that generate resources from GCE instance. (#132)
  • A detector that generate resources from AWS instances. (#139)
  • Instrumentation for the Kafka client github.com/Shopify/sarama. (#134, #153)
  • Links and status message for mock span in the internal testing library. (#134)
  • Instrumentation for the Cassandra client github.com/gocql/gocql. (#137)
  • A detector that generate resources from GKE clusters. (#154)

Fixed

  • Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.15 in /detectors/aws. (#155, #157, #159, #162)
  • Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools. (#146)

Raw changes made between v0.9.0 and v0.10.0

e9e944bd5c5bd6016cf5112a7907f7768838b26e (HEAD -> master, tag: v0.10.0, tag: instrumentation/runtime/v0.10.0, tag: instrumentation/gopkg.in/macaron.v1/v0.10.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.10.0, tag: instrumentation/github.com/labstack/echo/v0.10.0, tag: instrumentation/github.com/gorilla/mux/v0.10.0, tag: instrumentation/github.com/gocql/gocql/v0.10.0, tag: instrumentation/github.com/gocql/gocql/example/v0.10.0, tag: instrumentation/github.com/gin-gonic/gin/v0.10.0, tag: instrumentation/github.com/emicklei/go-restful/v0.10.0, tag: instrumentation/github.com/Shopify/sarama/v0.10.0, tag: instrumentation/github.com/Shopify/sarama/example/v0.10.0, tag: exporters/metric/dogstatsd/v0.10.0, tag: exporters/metric/datadog/v0.10.0, tag: detectors/gcp/v0.10.0, tag: detectors/aws/v0.10.0, upstream/master, origin/master, origin/HEAD) Release v0.10.0 (#185) d5b98d8791874ffdfd2956dbb9ef2040257752bd Add instrumentation example for Kafka (#153) 166cf684cedca5759bf175101332bf915969fdf0 Bump github.com/aws/aws-sdk-go from 1.33.14 to 1.33.15 in /detectors/aws (#162) 7066c0829eab0b7992fe4b9f2ada1d8949d7c874 Add instrumentation for github.com/gocql/gocql (#137) 5a13a42230aad23d81bcc4d11cf1d7d89da75512 Bump github.com/aws/aws-sdk-go from 1.33.13 to 1.33.14 in /detectors/aws (#159) 468a20f692224885468721c1b017e68bb15855dd Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.13 in /detectors/aws (#157) 4b582b979354a829f5cbcd756a8c90b7a5844915 Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.12 in /detectors/aws (#155) f28c81dbf10fe7b56ce1a2087cb81a9ad8a2990e AWS detector (#139) 05eaf53830f8ffb1978bb5b6a9b5cb95932405f9 GKE detector (#154) 5c2cfc3e023ed2ed696353edb088fc7dfba8fc4c GCE Resource Detector (#132) 2baa89862fad76c1ed79eb74f36c9978c2a7a512 paivagustavo to emeritus for now (#152) 70957fc44e1fe809e2b961a43eeea390fa247038 Add instrumentation for Kafka (#134) bb438f8907a0411fe8ef53311dc50b9776acefc1 Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools (#146)

To top