opentelemetry-erlang-contrib/.github
Andrew Rosa 50ed370444
Add OpenTelemetry integration to Redix (#29)
Initial approach follows Ecto instrumentation, recording spans for all
Redix `[:redix, :pipeline, :stop]` events.

The command sanitization is inspired-by and adapted from [Java
instrumentation][1], from where I've also copied the actual commands and
what configuration should they follow.

Network attributes are tracked via a "sidecar" process, which keeps
track of connection attributes also via `telemetry`. This extra bit of
bookkeeping is needed as command events doesn't include that piece of
information, unfortunately.

[1]: b2bc41453b/instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/db/RedisCommandSanitizer.java
2022-01-04 14:39:19 -07:00
..
ISSUE_TEMPLATE Update issue templates 2021-09-12 14:59:20 -06:00
PULL_REQUEST_TEMPLATE Start PR templates for existing projects and general PR (#8) 2021-09-19 20:20:18 -06:00
workflows Add OpenTelemetry integration to Redix (#29) 2022-01-04 14:39:19 -07:00
elixir-test-matrix.json Add elixir 1.13 to matrix; drop OTP 21 support (#55) 2021-12-28 14:14:26 -07:00
erlang-test-matrix.json Add elixir 1.13 to matrix; drop OTP 21 support (#55) 2021-12-28 14:14:26 -07:00
labeler.yml Add OpenTelemetry integration to Redix (#29) 2022-01-04 14:39:19 -07:00