Add Windows and Linux status badge to main readme (#2061)
* Add Windows and Linux status badge to main readme * code change to trigger full CI
This commit is contained in:
parent
7af79470d9
commit
f84a98c0fa
|
|
@ -6,6 +6,9 @@
|
|||
[](https://www.nuget.org/profiles/OpenTelemetry)
|
||||
[](https://www.nuget.org/profiles/OpenTelemetry)
|
||||
|
||||
[](https://github.com/open-telemetry/opentelemetry-dotnet/actions/workflows/windows-ci.yml)
|
||||
[](https://github.com/open-telemetry/opentelemetry-dotnet/actions/workflows/linux-ci.yml)
|
||||
|
||||
The .NET [OpenTelemetry](https://opentelemetry.io/) client.
|
||||
|
||||
## Supported .NET Versions
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ namespace OpenTelemetry.Trace
|
|||
/// Adds InMemory exporter to the TracerProvider.
|
||||
/// </summary>
|
||||
/// <param name="builder"><see cref="TracerProviderBuilder"/> builder to use.</param>
|
||||
/// <param name="exportedItems">Collection which will be populated with the exported items.</param>
|
||||
/// <param name="exportedItems">Collection which will be populated with the exported Activity.</param>
|
||||
/// <returns>The instance of <see cref="TracerProviderBuilder"/> to chain the calls.</returns>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Reliability", "CA2000:Dispose objects before losing scope", Justification = "The objects should not be disposed.")]
|
||||
public static TracerProviderBuilder AddInMemoryExporter(this TracerProviderBuilder builder, ICollection<Activity> exportedItems)
|
||||
|
|
|
|||
Loading…
Reference in New Issue