Adding Telemetry#5
Closed
riley0227 wants to merge 21 commits into
Closed
Conversation
…add transport, smoke tests, and TELEMETRY.md - extract TelemetryClient out of decorators.py into client.py - add exporter.py: BatchSpanProcessor (background thread) + OTLPSpanExporter (JSON POST via stdlib, exponential backoff) - add queue.py: BoundedSpanQueue with error-priority eviction - add otel.py: documented stub for future OpenTelemetry SDK integration - implement HTTP transport in exporter (replaces TODO stub) - add 8 smoke tests covering all Team A acceptance criteria - add TELEMETRY.md integration guide Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
TannerTorrey3
requested changes
Feb 7, 2026
TannerTorrey3
left a comment
Collaborator
There was a problem hiding this comment.
Please update pyproject.toml to have version 0.7.2
Also:
Update the documentation to add a new page for Telemetry. You will need to modify the medics.yaml to include the proper documentation structure. You will also need to add a telemetry.md file within dsg-jit/docs/api
Collaborator
|
Also add a Telemetry section to the README.md at the project root explaining our Telemetry policy. For example, different levels of telemetry, what data is collected, user privacy policy, etc,. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Telemetry