EOEPCA / resource-health

Apache License 2.0
0 stars 0 forks source link

Distributed tracing proof-of-concept using OpenTelemetry #8

Closed dovydas-an closed 2 months ago

dovydas-an commented 2 months ago

Implement Python script to run mock tests that generates a trace that includes some reporting artefacts.

Jonas-Puksta-Sensmetry commented 2 months ago

This is done in our internal repo. We have a simple Flask server, some Pytest tests which call the server, generate OpenTelemetry traces with test results and other artifacts.