Alexander Skrinnik

Results 6 issues of Alexander Skrinnik

Текущий календарь имеет только навигацию по месяцам. Прыгнуть. например в 1973 год представляется непростым делом. Можно только в URL поколдовать Хотелось бы: 1. Выпадающий календарь в виде даты для быстрой...

enhancement
feature

1. [The Open Telemetry page](https://github.com/dodyg/practical-aspnetcore/blob/net6.0/projects/open-telemetry/Readme.md ) was not updated. 2. The examples count for Open Telemetry on [the main page](https://github.com/dodyg/practical-aspnetcore/blob/net6.0/README.md) was not updated. 3. According to [that manual](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/src/OpenTelemetry.Api/README.md#baggage-api): The recommended...

Hi. Here is my C# code example. ``` var request = Http.CreateRequest(method, endpoint) .WithHeader("Accept", "application/json") .WithBody(content) .WithCheck(async (response) => { var responseMsg = await response.Content.ReadAsStringAsync(); if (response.StatusCode == statuscode) return...

**Steps to reproduce:** - Create the new ASP.NET Core Web API application with controllers and OpenApi - Add the Loki logger with the following settings: ``` builder.Logging.AddLoki(configure => { configure.Client...

Hello Carlos Thank you so much for the detailed articles and source code. May I ask a few questions? 1. What happens with instruments in the Prometheus when the BookStore...