Michael Honaker

Results 15 issues of Michael Honaker

**Is your feature request related to a problem? Please describe.** My project takes advantage of `keyspace` notifications in redis and I'd like to test them: https://redis.io/docs/latest/develop/use/keyspace-notifications/ **Describe the solution you'd...

enhancement

When trying to start the pgserver I am getting the following error on macos 14. ``` Failed postgres command (1, ['/Users/michaelhonaker/.pyenv/versions/wdu-2.0/lib/python3.11/site-packages/pgserver/pginstall/bin/initdb', '-D', '/private/var/folders/bl/7bs4d4z53blc6y7pn118vs780000gn/T/tmpvomlgq3v', '--auth=trust', '--auth-local=trust', '--encoding=utf8', '-U', 'postgres']) with kwargs:...

### Problem Description Hello, Right now the OTEL documentation tells users to customize the span type by setting `kind` in the `tracer.start_span` function; however, this does not work with Instana....

bug

### Problem Description The standard open telemetry documentation includes the following snippet for trace propagation: ```python from opentelemetry import context as opentelemetry_context from opentelemetry.trace.propagation.tracecontext import TraceContextTextMapPropagator carrier = {} TraceContextTextMapPropagator().inject(carrier)...

bug

Hello, I am working on instrumenting an application with instana and I was really confused on why the `kind` argument was not working for setting span kinds. I then realized...

bug
enhancement