redis-developer/Otel CI Visibility

A GitHub Action to send CI visibility data using OpenTelemetry. Metrics are being sent over OTLP/HTTP to a specified endpoint. GRPC will be supported in a future release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
junit-xml-folderPath to the folder containing JUnit XML files.yes
otlp-endpointOpenTelemetry OTLP endpoint.yes
otlp-headersOpenTelemetry OTLP headers.no
branch-allowlistComma-separated list of branch names to emit metrics for. Empty (default) emits only for the repository default branch, keeping metric cardinality bounded. Use '*' to emit for every branch (not recommended).no
server-versionOptional version track of the system under test (e.g. the Redis server version a client library's CI matrix runs against). Emitted as the server.version label so regressions are detected per version. Pass the track you want a test compared against over time — major.minor like '8.4', with release candidates and GA builds collapsed into the same value ('8.4-rc2' and '8.4.0' both as '8.4'). Must be a stable, bounded value — never a run id, timestamp, or other run-varying value, which would mint new metric series every run.no

no outputs