Hananiel Sarella

Results 19 issues of 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...

Type/enhancement

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.

Type/enhancement
Component/Management
ReleaseLine/4.x

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).

Type/enhancement
Component/Management
Priority/low

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...

Type/bug
Component/Configuration
Status/needs-investigation

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...

Type/bug
Component/Management
Status/needs-investigation

Better resolution for #33

Type/enhancement
help wanted
Component/Configuration
Status/needs-investigation
Priority/low

Currently Placeholder configuration source doesn't support arrays.

Type/enhancement
Component/Configuration

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...

status/need-triage

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.