Skip to content

Release v0.10.0

Compare
Choose a tag to compare
@MrAlias MrAlias released this 31 Jul 19:09
v0.10.0
e9e944b

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

e9e944b (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)
d5b98d8 Add instrumentation example for Kafka (#153)
166cf68 Bump github.com/aws/aws-sdk-go from 1.33.14 to 1.33.15 in /detectors/aws (#162)
7066c08 Add instrumentation for github.com/gocql/gocql (#137)
5a13a42 Bump github.com/aws/aws-sdk-go from 1.33.13 to 1.33.14 in /detectors/aws (#159)
468a20f Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.13 in /detectors/aws (#157)
4b582b9 Bump github.com/aws/aws-sdk-go from 1.33.8 to 1.33.12 in /detectors/aws (#155)
f28c81d AWS detector (#139)
05eaf53 GKE detector (#154)
5c2cfc3 GCE Resource Detector (#132)
2baa898 paivagustavo to emeritus for now (#152)
70957fc Add instrumentation for Kafka (#134)
bb438f8 Bump github.com/golangci/golangci-lint from 1.28.3 to 1.29.0 in /tools (#146)