-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change LogScope to use an _inner field instead of allow(dead_code) #39
Comments
inikulin
added a commit
that referenced
this issue
Jul 18, 2024
- Provide API to transform `SpanScope` into `TelemetryContext`. That allows ergonomically apply span scopes returned by `start_trace` to futures. In addition, it allows us to get rid of `TelemetryContext::apply_with_tracing_span` and alike - Add telemetry instrumentation support for `!Send` futures - Remove usages of `#[allow(dead_code)]` (closes #39)
inikulin
added a commit
that referenced
this issue
Jul 18, 2024
- Provide API to transform `SpanScope` into `TelemetryContext`. That allows ergonomically apply span scopes returned by `start_trace` to futures. In addition, it allows us to get rid of `TelemetryContext::apply_with_tracing_span` and alike - Add telemetry instrumentation support for `!Send` futures - Remove usages of `#[allow(dead_code)]` (closes #39)
inikulin
added a commit
that referenced
this issue
Jul 18, 2024
- Provide API to transform `SpanScope` into `TelemetryContext`. That allows ergonomically apply span scopes returned by `start_trace` to futures. In addition, it allows us to get rid of `TelemetryContext::apply_with_tracing_span` and alike - Add telemetry instrumentation support for `!Send` futures - Remove usages of `#[allow(dead_code)]` (closes #39)
inikulin
added a commit
that referenced
this issue
Jul 19, 2024
- Provide API to transform `SpanScope` into `TelemetryContext`. That allows ergonomically apply span scopes returned by `start_trace` to futures. In addition, it allows us to get rid of `TelemetryContext::apply_with_tracing_span` and alike - Add telemetry instrumentation support for `!Send` futures - Remove usages of `#[allow(dead_code)]` (closes #39)
inikulin
added a commit
that referenced
this issue
Jul 19, 2024
- Provide API to transform `SpanScope` into `TelemetryContext`. That allows ergonomically apply span scopes returned by `start_trace` to futures. In addition, it allows us to get rid of `TelemetryContext::apply_with_tracing_span` and alike - Add telemetry instrumentation support for `!Send` futures - Remove usages of `#[allow(dead_code)]` (closes #39)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#38
The text was updated successfully, but these errors were encountered: