agardnerIT / tracepusher

Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
Apache License 2.0
53 stars 11 forks source link

Document PyTest, OpenTelemetry and Jaeger integration #64

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

PyTest has an OpenTelemetry plugin to generate traces.

Need to: 1) Add pytest-opentelemetry==0.6.2 to requirements.dev 2) Document in the readme that users can generate traces by running pytest --export-traces to a local collector on http://localhost:4317 (gRPC only) 3) Link to the docs here: https://github.com/chrisguidry/pytest-opentelemetry

agardnerIT commented 1 year ago

@viktoriussuwandi GitHub being annoying again. Can you comment so I can assign (just in case someone else comes and starts working on this). Trying to prevent people doing work which isn't merged :) Thanks

viktoriussuwandi commented 1 year ago

No problem @agardnerIT