Skip to content

opentelemetry dependency updates#25497

Merged
rosstimothy merged 7 commits intomasterfrom
nklaassen/otel-updates
May 18, 2023
Merged

opentelemetry dependency updates#25497
rosstimothy merged 7 commits intomasterfrom
nklaassen/otel-updates

Conversation

@nklaassen
Copy link
Copy Markdown
Contributor

@nklaassen nklaassen commented May 2, 2023

There is still at least one outstanding race condition in the tsh tests that I'll need to fix edit: thanks @rosstimothy for taking care of those

Comment thread lib/observability/tracing/tracing.go Outdated
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a package name? o.O

dependabot Bot and others added 6 commits May 16, 2023 10:15
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.40.0 to 0.41.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.40.0...zpages/v0.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This test modifies the global trace provider and a race can reliably
detected with the latest version of the oteltrace library.

This doesn't have much impact on the test runtime, which is dominated by
a single subtest.
```
--- PASS: TestTraceProvider (1.07s)
    --- PASS: TestTraceProvider/not_sampling_prevents_exporting (0.00s)
    --- PASS: TestTraceProvider/spans_exported_with_gRPC+TLS (0.00s)
    --- PASS: TestTraceProvider/spans_exported_with_gRPC (0.00s)
    --- PASS: TestTraceProvider/spans_exported_with_HTTP (0.00s)
    --- PASS: TestTraceProvider/spans_exported_with_HTTPS (1.06s)
```
@rosstimothy rosstimothy force-pushed the nklaassen/otel-updates branch from 21a1460 to 9fd049f Compare May 16, 2023 14:17
@rosstimothy rosstimothy enabled auto-merge May 16, 2023 14:17
@rosstimothy rosstimothy disabled auto-merge May 16, 2023 14:34
@rosstimothy
Copy link
Copy Markdown
Contributor

looks like there is still a race 😞

@rosstimothy rosstimothy enabled auto-merge May 18, 2023 12:51
@rosstimothy rosstimothy added this pull request to the merge queue May 18, 2023
Merged via the queue into master with commit 20aaee7 May 18, 2023
@rosstimothy rosstimothy deleted the nklaassen/otel-updates branch May 18, 2023 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/sm tsh tsh - Teleport's command line tool for logging into nodes running Teleport.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants