Tristan Sloughter
Tristan Sloughter
I ran into a crash today where the pgsql_connection is in the parsing state, and from the sasl logs I see that reply={error, timeout} in the state record. It crashes...
I'm not sure what the typechecker is trying to do here that it has `Span` in what looks like its current context, while looking for `InstrumentationLibrary`? I can try to...
Aside from dialyzer it would be useful to have comparisons to other Erlang type checking tools, particularly Gradualizer. I'm sure there are others that'd be good to provide, gradualizer is...
# Feature Request There should be a set of feature flags available at boot. **Is your feature request related to a problem?** Currently a user must go into the feature...
Opening as a draft because I'm not 100% on the direction of this but I think it is close enough to start getting feedback. There will be a number of...
Along with #381 we need to support attributes on the Scope: https://github.com/open-telemetry/opentelemetry-specification/pull/2579 A use case I just encountered when updating pgo's instrumentation is to have the attributes like `db.name` as...
A span can optionally set `monitor` to true at the time it is created. This results in a monitor on the process and if that process exits for any reason...
Instrumentation Scope is now in the spec. Glossary definition: https://github.com/open-telemetry/opentelemetry-specification/blob/70fecd2dcba505b3ac3a7cb1851f947047743d24/specification/glossary.md#instrumentation-scope While in the main cases it still is just the Instrumentation Library (like how we create tracers for each application),...
Currently you can set a tracer for a named tracer but configuration (beyond setting the module to use) is basically hidden since it requires creating an `otel_tracer` record which is...
We likely want to use http://erlang.org/documentation/doc-12.0-rc1/lib/stdlib-3.15/doc/html/erl_error.html on OTP-24+ on `otel_span:record_exception`.