grafana / grafana-opentelemetry-dotnet

Grafana's distribution of OpenTelemetry instrumentation for .NET
Apache License 2.0
37 stars 6 forks source link

Add missing `new` before `Uri` in ExporterSettings #90

Closed NielsPilgaard closed 7 months ago

NielsPilgaard commented 7 months ago

Fixes a typo

Changes

I added new before Uri, allowing the code to compile without modification.

Merge requirement checklist

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.