Robert Pająk
Robert Pająk
The log templating is usually logging library specific. I think that a log appender/bridge can have its behavior configurable whether `Body` should be interpolated or not or a combination of...
Another failure: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/10296768474/job/28499161101
@pjanotti, related to https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/issues/3522?
> Did you go through our new instrumentation docs? https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/README.md#new-instrumentation > > Could you develop on why this needs to be a go-contrib instrumentation, and can't be owned by you,...
Why would we need to create a custom span name? I feel that the instrumentation library should follow the semantic conventions the semantic conventions: https://opentelemetry.io/docs/specs/semconv/http/http-spans/#name. The user can always create...
@khushijain21, can you also take a look as a code owner?
It would be nice to check if there are existing timeout tests and if yes then we can additionally assert that the returned `error` contains the cause.
What is the value of recording the error as event if the type is set as attribute and value (`err.Error()`) as status description? > An exception SHOULD be recorded as...
My proposal is to not use `span.RecordError` for **terminating errors** per [recording errors on spans semantic conventions](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/recording-errors.md#recording-errors-on-spans). During the SIG meeting, it was also noted that `span.RecordError` captures a stack...
I created - https://github.com/open-telemetry/opentelemetry-go-contrib/issues/7470 - https://github.com/open-telemetry/opentelemetry-go/issues/6904 - https://github.com/open-telemetry/opentelemetry-go/issues/6903 I think it might be also good to add some "error recording" recommendations in https://pkg.go.dev/go.opentelemetry.io/otel/trace. However, we should first clarify it on...