Skip to content

Release v0.10.1

Compare
Choose a tag to compare
@MrAlias MrAlias released this 14 Aug 00:31
v0.10.1
db97409

This release includes instrumentation moved from the main go.opentelemetry.io/otel project for the google.golang.org/grpc, net/http, and net/http/httptrace packages.

Added

  • The go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc module has been added to replace the instrumentation that had previoiusly existed in the go.opentelemetry.io/otel/instrumentation/grpctrace package. (#189)
  • Instrumentation for the stdlib net/http and net/http/httptrace packages. (#190)
  • Initial Cortex exporter. (#202, #205, #210, #211, #215)

Fixed

  • Bump google.golang.org/grpc from 1.30.0 to 1.31.0. (#166)
  • Bump go.mongodb.org/mongo-driver from 1.3.5 to 1.4.0 in /instrumentation/go.mongodb.org/mongo-driver. (#170)
  • Bump google.golang.org/grpc in /instrumentation/github.com/gin-gonic/gin. (#173)
  • Bump google.golang.org/grpc in /instrumentation/github.com/labstack/echo. (#176)
  • Bump google.golang.org/grpc from 1.30.0 to 1.31.0 in /instrumentation/github.com/Shopify/sarama. (#179)
  • Bump cloud.google.com/go from 0.61.0 to 0.63.0 in /detectors/gcp. (#181, #199)
  • Bump github.com/aws/aws-sdk-go from 1.33.15 to 1.34.1 in /detectors/aws. (#184, #192, #193, #198, #201, #203)
  • Bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 in /tools. (#186)
  • Setup CI to run tests that require external resources (Cassandra and MongoDB). (#191)
  • Bump github.com/Shopify/sarama from 1.26.4 to 1.27.0 in /instrumentation/github.com/Shopify/sarama. (#206)

Raw changes made between v0.10.0 and v0.10.1

db97409 (HEAD -> master, tag: v0.10.1, tag: instrumentation/runtime/v0.10.1, tag: instrumentation/net/http/v0.10.1, tag: instrumentation/net/http/httptrace/v0.10.1, tag: instrumentation/net/http/httptrace/example/v0.10.1, tag: instrumentation/net/http/example/v0.10.1, tag: instrumentation/gopkg.in/macaron.v1/v0.10.1, tag: instrumentation/google.golang.org/grpc/v0.10.1, tag: instrumentation/google.golang.org/grpc/example/v0.10.1, tag: instrumentation/go.mongodb.org/mongo-driver/v0.10.1, tag: instrumentation/github.com/labstack/echo/v0.10.1, tag: instrumentation/github.com/gorilla/mux/v0.10.1, tag: instrumentation/github.com/gocql/gocql/v0.10.1, tag: instrumentation/github.com/gocql/gocql/example/v0.10.1, tag: instrumentation/github.com/gin-gonic/gin/v0.10.1, tag: instrumentation/github.com/emicklei/go-restful/v0.10.1, tag: instrumentation/github.com/Shopify/sarama/v0.10.1, tag: instrumentation/github.com/Shopify/sarama/example/v0.10.1, tag: exporters/metric/dogstatsd/v0.10.1, tag: exporters/metric/datadog/v0.10.1, tag: exporters/metric/cortex/v0.10.1, tag: exporters/metric/cortex/utils/v0.10.1, tag: detectors/gcp/v0.10.1, tag: detectors/aws/v0.10.1, upstream/master, origin/master, origin/HEAD) Release v0.10.1 (#216)
818b337 Cortex: Remove sanitize call (#215)
97f04f7 Bump github.com/aws/aws-sdk-go from 1.34.1 to 1.34.2 in /detectors/aws (#207)
a3f9424 Bump github.com/Shopify/sarama from 1.26.4 to 1.27.0 in /instrumentation/github.com/Shopify/sarama (#206)
b948cd3 Add convertToTimeseries (#211)
6fd38b9 Cortex Exporter Send Pipeline (#210)
020b7b5 Cortex Exporter Setup Pipeline and Configuration (#205)
df49040 Bump github.com/aws/aws-sdk-go from 1.34.0 to 1.34.1 in /detectors/aws (#203)
8daa8cb Cortex Exporter Project setup (#202)
444937f Bump github.com/aws/aws-sdk-go from 1.33.21 to 1.34.0 in /detectors/aws (#201)
c318cd3 feat: Setup CI to run tests that require external resources (#191)
6585cf1 Bump cloud.google.com/go from 0.62.0 to 0.63.0 in /detectors/gcp (#199)
2eccb6d Bump github.com/aws/aws-sdk-go from 1.33.20 to 1.33.21 in /detectors/aws (#198)
3fc65dc Add instrumentation for net/http and net/httptrace (#190)
b469fe2 Bump github.com/aws/aws-sdk-go from 1.33.19 to 1.33.20 in /detectors/aws (#193)
87806b1 Move gRPC instrumentation from go.opentelemetry.io/otel (#189)
94a1029 Bump github.com/aws/aws-sdk-go from 1.33.16 to 1.33.19 in /detectors/aws (#192)
dab1ac5 Bump cloud.google.com/go from 0.61.0 to 0.62.0 in /detectors/gcp (#181)
a212c9b Bump google.golang.org/grpc from 1.30.0 to 1.31.0 in /instrumentation/github.com/Shopify/sarama (#179)
abc3188 Bump google.golang.org/grpc from 1.30.0 to 1.31.0 (#166)
7f3b815 Bump go.mongodb.org/mongo-driver from 1.3.5 to 1.4.0 in /instrumentation/go.mongodb.org/mongo-driver (#170)
480f9da Bump github.com/aws/aws-sdk-go from 1.33.15 to 1.33.16 in /detectors/aws (#184)
8f260ca Bump github.com/golangci/golangci-lint from 1.29.0 to 1.30.0 in /tools (#186)
cceab0f Bump google.golang.org/grpc in /instrumentation/github.com/gin-gonic/gin (#173)
7949782 Bump google.golang.org/grpc in /instrumentation/github.com/labstack/echo (#176)