Add native forum V2 discussion telemetry#45
Merged
santhosh-apphelix-2u merged 3 commits intorelease-ulmofrom May 8, 2026
Merged
Add native forum V2 discussion telemetry#45santhosh-apphelix-2u merged 3 commits intorelease-ulmofrom
santhosh-apphelix-2u merged 3 commits intorelease-ulmofrom
Conversation
Alam-2U
approved these changes
May 5, 2026
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.
Adds Datadog request-level telemetry for native forum V2 discussion routes, covering thread, comment, vote, and moderation flows.
Implemented coverage:
Thread telemetry: create, get, update, delete, vote, unvote
Comment telemetry: get, create parent, create child, update, delete, vote, unvote
Moderation telemetry: ban user, unban user, list banned users
Shared telemetry helpers for canonical forum.* span attributes
V2 Datadog validation guide and telemetry guide updates
This keeps the V2 telemetry schema aligned with the existing V1 implementation using attributes such as forum.operation, forum.entity_type, forum.entity_id, forum.actor_id, forum.course_id, forum.result, forum.http_status, and forum.error_type.
Out of scope:
Deleted-content listing, restore-content, bulk delete, and bulk restore V2 telemetry, because native forum V2 HTTP routes do not currently exist for those flows.
No audit log, model, serializer, route, permission, or business-logic behavior changes.