AntyaDev on dev
version: 3.0.0-beta9 (compare)
AntyaDev on dev
version: 3.0.0-beta9 (compare)
AntyaDev on dev
version 3.0.0-beta7 (compare)
AntyaDev on dev
version: 3.0.0-beta7 (compare)
AntyaDev on dev
version 3.0.0-beta6 (compare)
AntyaDev on dev
version 3.0.0-beta6 (compare)
AntyaDev on dev
replaced task on native backgro… (compare)
AntyaDev on dev
version: 3.0.0-beta5 (compare)
AntyaDev on dev
added ability to set Connection… version: 3.0.0-beta5 (compare)
AntyaDev on dev
version: 3.0.0-beta5 added ability to set Connection… (compare)
AntyaDev on dev
version: 3.0.0-beta2 updated F# Core (compare)
AntyaDev on dev
version 3.0.0-beta2 (compare)
AntyaDev on dev
version 3.0.0 (compare)
AntyaDev on dev
updated example (compare)
AntyaDev on dev
cosmetic changes (compare)
AntyaDev on dev
fixed latency count per step (compare)
AntyaDev on dev
clean up example (compare)
AntyaDev on dev
clean up example (compare)
AntyaDev on dev
converted main metric value typ… (compare)
void
return type as the serialization for that method requires that the process NOT continue on the captured context in order to avoid deadlocks. I was able to quite easily and reliably create a deadlock when using NBomber... my fsharp experience is zero... but would having the execute function essentially ConfigureAwait(false) be problematic to the lib?
For those who may come here and notice @Balfa 's message and others who have come to the same realization, let's show our support for the dev's here with our kind wishes and a pledge to help in whatever way we can. As for me, I have reworked my budget so that I can give to organizations helping Ukrainians out of each paycheck. Please consider doing the same if you have not already started.
@AntyaDev we are all praying, hoping, wishing, and doing what we can for you, your team, and your country. I know that it will probably be some time before you read these messages, but I hope when you do, that it will be a time of peace and that they will be words of hope and encouragement for your team.
Hello, I'm having trouble configuring InfluxDB + Grafana. I am following this example:
Question #1: I use Docker Compose to set up InfluxDB + Grafana. I noticed that the JSON configuration specifies "nbomber" as the Database, but in the code configuration it uses "default". Are these contradicting each other, or is this the desired setup?
Question #2: when I follow instructions to add the datasource, I get an error saying "Cannot create property 'executedQueryString' on string '<!DOCTYPE html>", followed by a mixture of a bunch of HTML and JSON. The instructions say:
On the Data Source configuration page, enter a name for your InfluxDB data source. To run this example enter: nbomber
Is there anything else I need to configure here (i.e. credentials, db name), to get past this error?