Skip to content

Commit

Permalink
Prepare for releasing v0.16.0 (#138)
Browse files Browse the repository at this point in the history
Update OTel dependencies to v0.16.0
Map OT service.name to Service in SD UI
Stagger interval end time to comply with GCP API requirements
  • Loading branch information
punya committed Feb 1, 2021
1 parent 8d20ac5 commit ef5498c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/metric/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric => ../../exporter/metric

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.13.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.16.0
go.opentelemetry.io/otel v0.16.0
go.opentelemetry.io/otel/sdk v0.16.0
)
2 changes: 1 addition & 1 deletion example/trace/http/go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.14
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace => ../../../exporter/trace

require (
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.13.0
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v0.16.0
github.com/davecgh/go-spew v1.1.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.16.0
go.opentelemetry.io/otel v0.16.0
Expand Down
2 changes: 1 addition & 1 deletion exporter/metric/version.go
Expand Up @@ -17,5 +17,5 @@ package metric
// Version is the current release version of the OpenTelemetry
// Operations Metric Exporter in use.
func Version() string {
return "0.14.0"
return "0.16.0"
}
2 changes: 1 addition & 1 deletion exporter/trace/version.go
Expand Up @@ -17,5 +17,5 @@ package trace
// Version is the current release version of the OpenTelemetry
// Operations Trace Exporter in use.
func Version() string {
return "0.14.0"
return "0.16.0"
}

0 comments on commit ef5498c

Please sign in to comment.