Merged
Conversation
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.
This pull request introduces several new chat modes and updates to the NestJS OpenTelemetry library, focusing on expanding functionality, improving documentation, and enhancing observability and security practices. The most important changes include the addition of detailed role descriptions for specialized agents, comprehensive instructions for the OpenTelemetry library, and a new utility for metric management.
Chat Modes Additions
.github/chatmodes/otel-engineer.chatmode.md: Added a new chat mode for an expert software engineer specializing in TypeScript, OpenTelemetry, and NestJS library development, including detailed expertise areas, implementation philosophy, and deliverables..github/chatmodes/prompt-designer.chatmode.md: Added a new chat mode for an expert AI prompt engineer with a focus on prompt design, optimization, and AI system interactions. Includes advanced techniques and implementation strategies..github/chatmodes/security-scout.chatmode.md: Added a new chat mode for an expert security engineer specializing in application security for TypeScript/NestJS applications, with emphasis on vulnerability assessment and secure coding practices.OpenTelemetry Library Enhancements
.github/copilot-instructions.md: Added extensive documentation for the NestJS OpenTelemetry library, covering architecture, configuration patterns, development workflows, testing strategies, and common implementation practices. Includes deprecation notes and best practices for observability.src/metrics/decorators/param.ts: IntroducedgetOrCreateUpDownCounterutility to improve metric management capabilities.