Kaviraj Kanagaraj
Kaviraj Kanagaraj
https://github.com/h2non/imaginary/blob/master/image.go#L148 this line sets `o.Embed=true` while converting from `imaginary.Options` to `bimg.Options`, irrespective of what user provided via `/fit` endpoint. is this intentional? why I care? It affects the image output...
Hi Folks, great job with Ivy ❤️ Following is the image, is how `ivy-current-match` looks like with dark theme (using `doom-molokai`). It's totally invisible. If you looks closely, its highlighting...
Signed-off-by: Kaviraj **What this PR does / why we need it**: When any type of query fails, do not collect statistics. Rationale being when core http handler returns error, it's...
Currently Loki operators who are using jsonnet can only benefit from dashboards and alerts from [loki-mixin](https://github.com/grafana/loki/tree/main/production/loki-mixin). We should support those dashboards and alerts for non jsonnet users as well. Something...
**Describe the bug** A clear and concise description of what the bug is. Currently running `make jsonnet-linter` fail to catch all jsonnet errors in `production/promtail-mixin`. Scenario: `production/promtail-mixin` depends on `production/loki-mixin`...
Currently Loki is instrumented with `opentracing/jaeger` client libraries for tracing. This instrumentation comes from [weaveworks/common](https://github.com/weaveworks/common/blob/master/tracing/tracing.go#L7-L11) package and [dskit's spanlogger](https://github.com/grafana/dskit/blob/main/spanlogger/spanlogger.go#L8-L11) package. Those client libraries([opentracing](https://github.com/opentracing/specification/issues/163), [jaeger](https://www.jaegertracing.io/docs/1.36/client-libraries/)) are deprecated in the favor of...
Currently [Loki](https://github.com/grafana/loki/issues/6812) is instrumented with `opentracing/jaeger` client libraries for tracing (I hope, it's same for Mimir and Tempo as well) This instrumentation comes from [weaveworks/common](https://github.com/weaveworks/common/blob/master/tracing/tracing.go#L7-L11) package and [dskit's spanlogger](https://github.com/grafana/dskit/blob/main/spanlogger/spanlogger.go#L8-L11) package....
In the beego docs I see two ways of accessing Config variables but only former works later not working. Am I missing anything? For example: 1. According to http://beego.me/docs/mvc/controller/config.md `SessionProvider`...
According to the paper, we can pass following configs for CLP. 1. delimiters 2. dictionary_variables 3. non_dictionary_variables But, AFAIU, there is no way to pass these for `clg` and `clp`...
**What this PR does / why we need it**: Fixes: #7142 After trying few things to avoid this race and discussin it with @slimbean, This small changes seems to be...