File tree Expand file tree Collapse file tree 5 files changed +7
-2
lines changed
Grafana.OpenTelemetry.Base Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4444
4545### New features
4646
47+ * Include XML documentation in the ` Grafana.OpenTelemetry ` and
48+ ` Grafana.OpenTelemetry.Base ` NuGet packages.
49+ [ #295 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/295 )
4750* Enable metrics for SQL Client instrumentation
4851 ([ #145 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145 ) )
4952* Use 1.12.0 of OpenTelemetry ([ #145 ] ( https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145 ) )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public abstract class ExporterSettings
4545
4646 /// <summary>
4747 /// Applies the exporter settings by initializing an exporter on the
48- /// given <see cref="ILoggingBuilder"/>.
48+ /// given <see cref="Microsoft.Extensions.Logging. ILoggingBuilder"/>.
4949 /// </summary>
5050 /// <param name="options">A <see cref="OpenTelemetryLoggerOptions"/> instance.</param>
5151 internal abstract void Apply ( OpenTelemetryLoggerOptions options ) ;
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >Minimal Grafana distribution of OpenTelemetry .NET</Description >
5+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
56 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
67 <TargetFrameworks >net8.0;netstandard2.0;net462</TargetFrameworks >
78 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >Full Grafana distribution of OpenTelemetry .NET</Description >
5+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
56 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
67 <TargetFrameworks >net8.0;netstandard2.0;net462</TargetFrameworks >
78 </PropertyGroup >
Original file line number Diff line number Diff line change 1111namespace Grafana . OpenTelemetry
1212{
1313 /// <summary>
14- /// Extension for the <see cref="OpenTelemetry.OpenTelemetryBuilder "/> provided by the OpenTelemetry .NET distribution
14+ /// Extension for the <see cref="IOpenTelemetryBuilder "/> provided by the OpenTelemetry .NET distribution
1515 /// for Grafana.
1616 ///
1717 /// This is used for easier configuration for ASP.NET Core projects.
You can’t perform that action at this time.
0 commit comments