Tags: nameko/opentelemetry-instrumentation-nameko-grpc
Tags
Initial implementation (#1) * checkpoint: basic spans in place * add client and server attributes impl + tests * test not recording * test partial span in client * client status * add rpc.grpc.status_code to client attributes * test server status * test server exceptions * sned request payloads if enabled * send result attributes if enabled * add scrubbing tests * static fixes * safer value for timeout (very quick timeouts might be triggering a bug in nameko-grpc) * final coverage, and support for different-named request arg * static * fix ci pipeline * we need opentelemetry-instrumentation-nameko 0.2.0 * require nameko-grpc 1.2.0rc * disable coverage on finally block