An open API service indexing awesome lists of open source software.

https://github.com/zmievsa/pytest-opentelemetry-exporter


https://github.com/zmievsa/pytest-opentelemetry-exporter

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# pytest-opentelemetry-exporter

To merge the resulting databases, use:

```bash
sqlite3 merged_traces.sqlite3 ".databases"
for db in otel_test_traces/traces_*.sqlite3; do
sqlite3 $db .dump | sqlite3 merged_traces.sqlite3
done
```