Skip to content

Tags: nameko/opentelemetry-instrumentation-nameko-grpc

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from nameko/bump-version

Upgrade version

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to support opentelemetry v1.13.0 (#5)

* Update to support opentelemtry v1.13.0

* Run make static

* Change makefile to do coverage on nameko test and remove 3.6 from python-version matrix

* Ensure tests pass

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
version -> 0.2.0

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to otel instr nameko 0.3.0 (#2)

* changes to accomodate nameko instrumenation 0.3.0

0.3.0 fixes a memory leak

* bump version

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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