Tobias Mühl
Tobias Mühl
@lackovic10 Please share
```php use OpenTracing\GlobalTracer; use Jaeger\Config; $config = new Config( [ 'sampler' => [ 'type' => Jaeger\SAMPLER_TYPE_PROBABILISTIC, 'param' => 1.00, ], 'logging' => true, 'dispatch_mode' => 'jaeger_over_binary_udp', 'local_agent' => [ 'reporting_host'...
Also having this issue on Ubuntu
> > yeah,The conversion method is a bit complicated now, some data types I have not done yet. > > ... > > This is presently what I am doing...
Minified & hosted on Cloudflare: https://rawcdn.githack.com/tobiasmuehl/instascan/4224451c49a701c04de7d0de5ef356dc1f701a93/bin/instascan.min.js
Could be the internal integration. I ran `install.sh`, which I _think_ caused new docker images to be pulled, which might've been an unexpected upgrade.
Checked the install logs, all looks normal, migrations have run. I assume there must've been a version upgrade that caused the restore to fail (it's mentioned in the docs that...
I faced the same issue when deploying the [grafana helm chart](https://artifacthub.io/packages/helm/grafana/grafana) even though the default networkpolicy for prometheus-k8s allows Ingress traffic that has the `app.kubernetes.io/app=grafana` label, which is present on...
If I had to guess, @iwangheng meant implementing an MVCC system like Postgres does, where in order to update a row a new row with the new values are written...
> We can add an option later to ec.encode to spread shards by server/rack/dc. that sounds like a great feature. And if the configured spread is not possible, ec.encode should...