microsoft-opentelemetry-migration Skill
Migrate from A365 Observability SDK to Microsoft.OpenTelemetry distro. Use when converting an existing agent that uses Microsoft.Agents.A365.Observability packages to the unified distro. Covers package swap, API mapping, Program.cs rewrite, token resolver migration, and validation. Published by microsoft in opentelemetry-distro-dotnet.
What is microsoft-opentelemetry-migration Skill?
Migrate from A365 Observability SDK to Microsoft.OpenTelemetry distro. Use when converting an existing agent that uses Microsoft.Agents.A365.Observability packages to the unified distro. Covers package swap, API mapping, Program.cs rewrite, token resolver migration, and validation. Published by microsoft in opentelemetry-distro-dotnet. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use microsoft-opentelemetry-migration Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/opentelemetry-distro-dotnet
- Skill file: skills/microsoft-opentelemetry-migration/SKILL.md
What it does
Migrate from A365 Observability SDK to Microsoft.OpenTelemetry distro. Use when converting an existing agent that uses Microsoft.Agents.A365.Observability packages to the unified distro. Covers package swap, API mapping, Program.cs rewrite, token resolver migration, and validation.
Skill instructions
A365 SDK → Microsoft.OpenTelemetry Distro Migration When to Use - User asks to "migrate from A365 SDK" or "switch to the distro" - Project references Microsoft.Agents.A365.Observability. packages - User mentions ConfigureOpenTelemetry(), AddA365Tracing(), Builder class, or TokenStore Procedure 1. Analyze Current State Scan the project for A365 SDK patterns. See analysis template. Look for: - Microsoft.Agents.A365.Observability. package references - builder.ConfigureOpenTelemetry() - builder.AddA365Tracing(config = { ... }) - Agent365ExporterOptions / TokenStore - Builder class (fluent API from A365 SDK) 2. Swap Packages See package swap. Remove A365 observability + individual OTel packages. Add Microsoft.OpenTelemetry. 3. Rewrite Program.cs See Program.cs migration. Replace ConfigureOpenTelemetry() + AddA365Tracing() with UseMicrosoftOpenTelemetry(). 4. Migrate Token Resolver See token resolver migration. Replace TokenStore pattern with DI token cache or custom resolver. 5. Migrate Bag
Explore related resources
Frequently asked questions
What is microsoft-opentelemetry-migration?
microsoft-opentelemetry-migration is a open-source AI agent skill with Copy skill directory. Migrate from A365 Observability SDK to Microsoft.OpenTelemetry distro.
Who is microsoft-opentelemetry-migration best for?
microsoft-opentelemetry-migration is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install microsoft-opentelemetry-migration?
Install or run microsoft-opentelemetry-migration using Copy skill directory. Check microsoft-opentelemetry-migration for the latest setup command.
Is microsoft-opentelemetry-migration actively maintained?
microsoft-opentelemetry-migration may need a closer maintenance check before production use.
Auto-fetched from GitHub.