Stabzs
Stabzs
It wasn't something that was explicitly planned. That said, it seems like the only issue is that window.setTimeout calls are being executed server-side and wrapping with a check would enable...
This isn't something I've spent much time testing either, although the change is trivial. I have a set of changes I'm putting together for release this week. I'll add this...
I haven't focused on this package in some time due to conflicting priorities and the fact that the feature set was stable, mature, and relatively easy to integrate with later...
@timcassell does your helper work for async actions? The generation of async state machines seems to wreak havoc on all BDN benchmarking and while your helper is great for running...
@timcassell thanks for the quick response! There's a handful of scenarios that I'd like to benchmark where I need to run multiple concurrent tasks to simulate contention across threads, such...
@timcassell I appreciate the suggestion! I'll give that a try and see if it changes the results.
I spent quite a bit of time debugging this and I found that in our case, it was caused by our counters not being suffixed with `_total`. This led counters...
@ezhevita that configures the middleware, but it doesn't seem to affect things like configuration.ExemplarBehavior, which means that the behavior will get applied even if it isn't collected, as far as...
@Dunge it has to specifically be suffixed with "_total": https://github.com/prometheus-net/prometheus-net/blob/4bf76fb4427c4cafa84c0542dd0b7cb0958d2ffb/Prometheus/TextSerializer.cs#L67. Not sure if that helps in your case however since one implementation works and the other doesn't.
@sandersaares Is there anything you need me to take action on for this PR? As far as I can tell, the build issues are not related to my changes.