-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename EntityFrameworkCoreInstrumentation (#261)
* Rename EntityFrameworfCoreInstrumentation
- Loading branch information
Showing
15 changed files
with
74 additions
and
46 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
3 changes: 0 additions & 3 deletions
3
src/OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore/CHANGELOG.md
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore/README.md
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
src/OpenTelemetry.Instrumentation.EntityFrameworkCore/CHANGELOG.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
|
||
## 1.0.0-beta.3 | ||
|
||
* Going forward the NuGet package will be | ||
[`OpenTelemetry.Instrumentation.EntityFrameworkCore`](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.EntityFrameworkCore). | ||
Older versions will remain at | ||
[`OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore`](https://www.nuget.org/packages/OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore) | ||
[(#261)](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/261) | ||
|
||
Migration: | ||
|
||
* In code update namespaces (eg `using | ||
OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore` -> `using | ||
OpenTelemetry.Instrumentation.EntityFrameworkCore`) | ||
|
||
## 1.0.0-beta2 | ||
|
||
* EntityFrameworkCore instrumentation to depend on API and not SDK | ||
([#121](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/121)) | ||
|
||
## 0.6.0-beta | ||
|
||
* This is the first release of | ||
`OpenTelemetry.Contrib.Instrumentation.EntityFrameworkCore` package. | ||
|
||
For more details, please refer to the [README](README.md). |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
This file contains 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
17 changes: 17 additions & 0 deletions
17
src/OpenTelemetry.Instrumentation.EntityFrameworkCore/README.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# EntityFrameworkCore Instrumentation for OpenTelemetry .NET | ||
|
||
[![NuGet](https://img.shields.io/nuget/v/OpenTelemetry.Instrumentation.EntityFrameworkCore.svg)](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.EntityFrameworkCore) | ||
[![NuGet](https://img.shields.io/nuget/dt/OpenTelemetry.Instrumentation.EntityFrameworkCore.svg)](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.EntityFrameworkCore) | ||
|
||
Automatically instruments the outgoing database requests from | ||
[Microsoft.EntityFrameworkCore](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore). | ||
|
||
## Installation | ||
|
||
```shell | ||
dotnet add package OpenTelemetry.Instrumentation.EntityFrameworkCore | ||
``` | ||
|
||
## References | ||
|
||
* [OpenTelemetry Project](https://opentelemetry.io/) |
This file contains 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
This file contains 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
This file contains 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