Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix link to ECS docs #2563

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ We have some breaking changes in this release. We wanted to do these changes pri
* For better naming we replaced the Elastic.Apm.All packages with Elastic.Apm.NetCoreAll. For more information, check [#371](https://github.com/elastic/apm-agent-dotnet/pull/371).
* Based on feedback we also renamed the UseElasticApm() method in the Elastic.Apm.NetCoreAll package to UseAllElasticApm - this method turns on every component of the Agent for ASP.NET Core. For more information, check [#371](https://github.com/elastic/apm-agent-dotnet/pull/371).
* Our logger abstraction, specifically the IApmLogger interface changed. For more information, check [#389](https://github.com/elastic/apm-agent-dotnet/pull/389).
* To follow the [Elastic Common Schema (ECS)][Elastic Common Schema (ECS)](ecs://docs/reference/index.md)), we renamed our Tags properties to Labels. For more information, check [#416](https://github.com/elastic/apm-agent-dotnet/pull/416).
* To follow the [Elastic Common Schema (ECS)][Elastic Common Schema (ECS)](ecs://reference/index.md)), we renamed our Tags properties to Labels. For more information, check [#416](https://github.com/elastic/apm-agent-dotnet/pull/416).