Alejandro Do Nascimento
Alejandro Do Nascimento
Since this has been open for a long time and now there are a lot of conflicts, does this PR still makes since?
The lint issues are due to the deprecation of `ioutil` in Go 1.19 Here's a PR that fixes the deprecations https://github.com/timescale/promscale/pull/1619 we should merge it first and then rebase. That...
This hasn't been updated since October last year, should we close it?
I've just started using xdist and running pytest -f and got the same error: ``` $ pip freeze | grep pytest pytest==3.0.6 pytest-cov==2.4.0 pytest-django==3.1.2 pytest-mock==1.5.0 pytest-poo-fail==1.1 pytest-timeit==0.3.0 pytest-xdist==1.15.0 ``` Also...
I would love to see Token based workflow #50 implemented. I'm pushing in my department to start using Elixir and this is a must, we do internal web based tools...
Another use case is for adding the monitor entity to a workloads via the `entity_guids` argument.
The CI for the docs is failing and the entry for `tracing.batch-workers` is not being rendered as part of the table.
How do we decide when to upgrade to golang version? BTW 1.19 is already out we got the following PR - https://github.com/timescale/promscale/pull/1502 - https://github.com/timescale/promscale/pull/1539
But this is just the minimum Go version supported, right? Because all the build references I found use go 1.18 - https://github.com/timescale/promscale/blob/8ccdc0f9992cfe8210134027d7be905354fc4488/.github/workflows/go-releaser.yml#L15 - https://github.com/timescale/promscale/blob/8ccdc0f9992cfe8210134027d7be905354fc4488/build/Dockerfile#L2 -> https://github.com/timescale/promscale/blob/8ccdc0f9992cfe8210134027d7be905354fc4488/.goreleaser.yml#L129
The problem with `GetLargeSpans` is with the `array_agg`. The same [span](https://github.com/jaegertracing/jaeger/blob/c1bb2946e670129314bf88d9730d8ed7566766d4/plugin/storage/integration/fixtures/traces/example_trace.json#L3-L25 ) is [sent 10008 times in the test](https://github.com/jaegertracing/jaeger/blob/c1bb2946e670129314bf88d9730d8ed7566766d4/plugin/storage/integration/integration_test.go#L271-L286 ): What this means is that we end up with 10008...