Dmitriy

Results 7 issues of Dmitriy

Hi, For csv file needs double quotes to be escaped (by using another set of double quotes), because the double quote by itself denotes the boundaries of a field. >...

CSV

Hi I'm trying to read the csv, but as soon as I set `HasHeaderRecord = false`, then I get an empty table. _version:12.1.2_ ``` 1,one,yes,a 2,two,no,b ``` ``` using (var...

feature

Starting from .NET 5+, many new counters have been introduced, but where can I find an updated Grafana dashboard for them? As I understand it, [this project](https://github.com/prometheus-net/grafana-dashboards) is no longer...

Hi. First of all I would like to thank you for building this product. We have a cluster with two active nodes. We want to track each instance individually, which...

I have Oracle RAC, I would like to collect metrics from two instances (nodes, ora01 and ora02) ## What is the current behavior? I tried to specify them through a...

### What happened? ## Description I can't figure out what my problem is, whether it's a bug or a configuration issue. On the previous version (0.74.0), the same configuration worked...

kind/support

### What is the bug? ``` OpenSearch.Net.UnexpectedOpenSearchClientException: "invalid datetime format. value:2025-04-18 07:56:04.301" OpenSearch.Net.Utf8Json.Formatters.ISO8601DateTimeFormatter.Deserialize(ref OpenSearch.Net.Utf8Json.JsonReader, OpenSearch.Net.Utf8Json.IJsonFormatterResolver) ``` ### How can one reproduce the bug? ``` var response = await _client.SearchAsync(s =>...

bug