attachment.stage reports stagedCount and remainingStagingCapacity;
attachment.read includes activeChannelId; attachment.unlink runs before
message removal when attachments were linked.
Co-authored-by: Cursor <[email protected]>
reaction.list reports rowCount and messageCount; reaction.clear runs on
delete; reaction.toggle end includes messageReactionCount and activeChannelId.
Co-authored-by: Cursor <[email protected]>
Extend message.send with channelMessageCount and remainingCharCapacity,
message.edit with editAgeMs, and message.delete with meshFanout on span end.
Co-authored-by: Cursor <[email protected]>
Extend audit.append with auditEntryCount, audit.export with exportLimit and
remainingExportCapacity, and compliance.snapshot with meshPushed and
archiveAppended for dev-log diagnostics.
Co-authored-by: Cursor <[email protected]>
Extend kick.member, timeout.member, and automod.setConfig span ends with
memberCount, activeTimeoutCount, and keywordCount for dev-log diagnostics.
Co-authored-by: Cursor <[email protected]>
Add customRoleCount on role update/delete, channelOverwriteCount on overwrite
upsert, and remainingOverwriteCount on overwrite delete.
Co-authored-by: Cursor <[email protected]>
Add channelCount on create, remainingChannelCount on delete, and
requestedCount/reorderedAll on channel.reorder span ends.
Co-authored-by: Cursor <[email protected]>
Add activeChannelId on guild.invite and invite.revoke span ends; include maxUses on guild.invite completion metadata.
Co-authored-by: Cursor <[email protected]>
Add sticker.stage and sticker.delete spans with spanKind and
activeChannelId; extend sticker.create and sticker.send span ends.
Co-authored-by: Cursor <[email protected]>
Add emoji.stage and emoji.delete spans with spanKind and activeChannelId;
extend emoji.upsert end metadata with emoji.create spanKind.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to bot.install, bot.verify, bot.message,
and bot.token span ends for integrations observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to slash.register, slash.delete, and
slash.invoke span ends for integrations observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to webhook.create, webhook.delete, and
webhook.execute span ends for integrations observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId to audit.append, audit.export, and
compliance.snapshot span ends for compliance depth observability.
Co-authored-by: Cursor <[email protected]>
Add spanKind, activeChannelId, and customRoleCount on role.create; spanKind
and activeChannelId on role.update/delete/reorder and permission.overwrite*.
Co-authored-by: Cursor <[email protected]>
Add spanKind and activeChannelId on channel.create/delete/reorder span ends;
include createdChannelId on channel.create completion.
Co-authored-by: Cursor <[email protected]>
Add dmConversationCount and activeChannelId on dm.open, sealed and
groupDm on dm.send, and peerUserIdsLen on dm.group.create span ends.
Co-authored-by: Cursor <[email protected]>
Add peerCount on discovery.list, listingTtlMs/refreshedAt on mesh,
beforeListed on publish, and channelCount on join span ends.
Co-authored-by: Cursor <[email protected]>
Tag embed.resolve start/end with spanKind and record fromCache on resolve
for diagnostics correlation alongside existing embed.gossip spanKind.
Co-authored-by: Cursor <[email protected]>
Tag attachment.stage, attachment.read, and embed.gossip start/end with
spanKind for diagnostics filtering and agentctl correlation.
Co-authored-by: Cursor <[email protected]>
Tag reaction.toggle and reaction.gossip start/end with spanKind for
diagnostics filtering and agentctl correlation.
Co-authored-by: Cursor <[email protected]>
Tag message.edit and message.delete start/end with spanKind for
diagnostics correlation alongside existing message.send metadata.
Co-authored-by: Cursor <[email protected]>
Tag guild.search, guild.search.cache, and guild.search.mesh start/end
with spanKind for diagnostics filtering and agentctl correlation.
Co-authored-by: Cursor <[email protected]>
Attach spanKind on presence.set/custom/activity start metadata and
activityNameLen on presence.activity span end for Phase 518 diagnostics.
Co-authored-by: Cursor <[email protected]>
Attach spanKind on discovery.list, mesh, publish, and join spans so
dev-log filters and diagnostics align with contacts/DM span conventions.
discovery.join now records activeChannelId when a channel is selected.
Co-authored-by: Cursor <[email protected]>