Skip to content

Conversation

@IvanildoBarauna
Copy link
Member

Summary

  • Update otel-wrapper from 0.0.1 to 0.1.0
  • Implement traces, metrics, and logs for all operations
  • Add detailed context attributes for better observability
  • Track operation performance and errors with metrics
  • Implement structured logging with context information
  • Improve retry mechanism with observability

Test plan

  • Verify that all telemetry signals (traces, metrics, logs) are properly collected
  • Check that application name "api-to-dataframe" is correctly propagated to all signals
  • Confirm that context attributes are properly added to spans, metrics, and logs
  • Test error scenarios to ensure proper error tracking

🤖 Generated with Claude Code

…wrapper 0.1.0

- Update otel-wrapper from 0.0.1 to 0.1.0
- Implement traces, metrics, and logs for all operations
- Add detailed context attributes for better observability
- Track operation performance and errors with metrics
- Implement structured logging with context information
- Improve retry mechanism with observability
- Mock the telemetry wrapper to prevent test failures
- Implement proper logger mocking for retainer tests
- Fix logging handler behavior in tests
- Update test_to_dataframe to expect ValueError instead of TypeError
- Add coverage configuration to exclude tests and temp directories
- Add pytest configuration in pyproject.toml
- Add root conftest.py to properly ignore temp tests
- Fix path issues with test collection
@IvanildoBarauna IvanildoBarauna merged commit 53ce71f into main Mar 10, 2025
3 checks passed
@IvanildoBarauna IvanildoBarauna deleted the feature/improve-otel-integration branch March 10, 2025 18:43
@github-project-automation github-project-automation bot moved this from In Progress to Done in api-to-dataframe Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants