Greg

Results 5 comments of Greg

I tried adding this: ```python class Middleware: def __init__(self, app): self.app = app def __call__(self, environ, start_response): try: return self.app(environ, start_response) finally: del dramatiq.get_broker().connection app_with_middleware = Middleware(app) ``` It seems...

@Bogdanp Middleware now works on master!

> Hey, please create an issue, attach the issue to description and changelog entry. Done, see https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32941

> Is `PodStatus` already watchable via the k8sobjectsreceiver? Do you mean k8sclusterreceiver? It has existing watch support for Pod, which should cover the Status struct AFAIK. k8sobjectsreceiver, I'm not certain,...

> I guess your against this enum approach? IMO then this should be added to the spec, how to correctly represent enums in otel, so we can solve it once...