You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use 1.12.0 of OpenTelemetry.Instrumentation.Http ([#145](https://github.com/grafana/grafana-opentelemetry-dotnet/pull/145))
115
115
* Trace instrumentation no longer sets attributes when running on .NET 9 and
@@ -158,7 +158,7 @@
158
158
Previously, it was written as a string. ([#2233](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2233))
159
159
* The `EnableConnectionLevelAttributes` option is now enabled by default. ([#2249](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2249))
160
160
* The following attributes are now provided when starting an activity for a
161
-
* database call: `db.system`, `db.name` (old conventions), `db.namespace` (new
161
+
database call: `db.system`, `db.name` (old conventions), `db.namespace` (new
162
162
conventions), `server.address`, and `server.port`. These attributes are now
163
163
available for sampling decisions. ([#2277](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2277))
164
164
* The `SetDbStatementForStoredProcedure` option has been removed. ([#2284](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2284))
0 commit comments