Hananiel Sarella
Hananiel Sarella
Currently in .NET6, we only support the GenericHost or an Steeltoe extended Host (StreamHost) for Stream applications. We need to support Webapplication builder via extensions methods / document using with...
To support App Live view, need to add a "Produces" field that reports the MediaType. Refer to the SpringBoot implementation to match it closely if possible.
Currently the steeltoe Wavefront exporter adds spans and traces. To enable the Red metrics dashboard we need the ability to send [Red Metrics](https://docs.wavefront.com/trace_data_details.html#red-metrics).
With the latest version of .NET6 runtime (6.0.201) it appears there is change to the implementation of IConfiguration. Previously on this [line ](https://github.com/SteeltoeOSS/Steeltoe/blob/8e9686587844f86b40135cbe73d6d193f0c4bcb5/src/Configuration/src/PlaceholderBase/PlaceholderResolverProvider.cs#L80) it would return the actual placeholder value...
Currently a number of backend specific exporters including Jaeger exporter https://www.nuget.org/packages/OpenTelemetry.Exporter.Jaeger/ and https://www.nuget.org/packages/Wavefront.SDK.CSharp/1.8.0-beta are either deprecated or going to be deprecated in favor of using OTLP. Steeltoe wraps these Otel...
Better resolution for #33
Currently Placeholder configuration source doesn't support arrays.
Steeltoe team has created a .NET implementation of Streams that is interoperable with spring-cloud-stream. This allows .NET applications to be run as SCDF applications and we have successfully deployed to...
Currently we have many options such as preserve static logger, preserve default logger and several other overloaded extension methods to add Serilog, but they need to be documented.