Tom Zach
Tom Zach
* This will only be relevant after we merge span-transformations package * When converting from Jaeger Proto to OTEL readable span - in convertJaegerTagsToAttributes function - we currently convert all...
In 'packages/malabi/src/instrumentation/index.ts', Instead of 'malabiRoot', we should dynamically take the name of the current test (name of the 'it' clause), and use it as tracer name. This way, if at...
Currently, we allow to filter by specific databases/orm like mongo/sequelize. We want to enable this same behavior on elasticsearch, so users could filter by elasticsearch spans easily. This is an...