scharnyw
scharnyw
Hi, The chart refresh that occurs when dragging line annotations does not honor the custom ticks callback that user provides in chart options, i.e. ``` options = { scales: {...
**Is your feature request related to a problem? Please describe your workload details.** Is there any way to make application type version or service type version available to the application...
Firstly I'd thank the author for the great tool, although it's a shame on MS's part that after all these years automating Visual Studio is still the only way to...
### Package OpenTelemetry.Exporter.Prometheus.HttpListener ### Is your feature request related to a problem? Currently all Prometheus exporter implementations are marked as `internal`, including `PrometheusExporter`, `PrometheusCollectionManager`, etc, and the only way for...
Run the following code to reproduce. ``` var histogram = new LongHistogram(TimeSpan.FromMinutes(40).Ticks, 4); var maxValue = TimeSpan.FromMinutes(20).Ticks; var count = 10000; for (var i = 0; i < count; i++)...