Open
Description
Description
The telemetry specification has been updated and integrated into the Protocol server. The task involves testing the changes pushed under the telemetry-sdk-changes
branch to validate if telemetry events are being emitted as per the new spec.
Goals
- Verify if telemetry is enabled and correctly configured
- Validate emitted telemetry events against the updated specification
- Ensure error and success events are captured accurately
- Confirm logs or traces are stored/sent as expected (based on SDK config)
Expected Outcome
A verified and working implementation of the telemetry SDK in the Protocol server, emitting events according to the new specification.
Acceptance Criteria
- Telemetry SDK is properly initialized in the codebase
- Events conform to the format and structure defined in the telemetry spec
- All key operations emit telemetry events (API calls, responses, errors)
Mockups / Wireframes
NA
Product Name
Beckn Onix
Domain
NA
Tech Skills Needed
- Node.js
- Logging/Telemetry tools (like OpenTelemetry, etc.)
- API Testing
Complexity
Medium
Category
Testing
Sub Category
SDK Integration Testing