Romuald Brunet

Results 13 comments of Romuald Brunet

(sorry about the noise, wrong issue)

The pricing isn't currently available as a public API FYI

Note that #1326 is doing the "same" fix, also changing the base async post method of httpx

Please note that this is my first PR on some Go code in general. I've simply copied one of the other modules, trying to rename things properly. I'm also unaware...

poke @SuperQ because I forgot to read the CONTRIBUTING before opening the PR

@SuperQ in our case, we had a some SQL clients doing "bad" queries and increasing the `read_rnd_next` handlers (`mysql_global_status_handlers_total{handler="read_rnd_next"}`) Monitoring this table helped us to narrow the host / process...

The newline character is added by the python decode method. This is not a problem with the base64 itself ``` python base64.b64decode('Q09NMQo=').rstrip('\n') ```

Oops, sorry. You're right, confounded the decode and encode behaviors …

@heckad thanks for the fix! Any idea when the next release will be?

I've tried to add a `_lock: contextlib.contextmanager = contextlib.nullcontext()` in `MetricWrapperBase` This fixes the problem, but the `.clear()` does not do anything anyway (it simply creates a `_metrics = {}`...