Karsten Jeschkies

Results 36 issues of Karsten Jeschkies

We should be able to mark services as critical. If such as service fails to load the complete startup process should fail immediately rather than reporting a dependency failing. Ideally...

How about importing the user lib from Weaveworks so that we can mange user IDs in the context better. E.g. it would be helpful to add user structs instead of...

This is quite a newbie question but I couldn't find an example of using `CALL`. I'd liked to call `bytes.Index` but cannot really figure out how. Any help is appreciated...

It would be nice to have support for underscores in numeric literals to be able to write `500_000_000` instead of `500000000`. This is a common feature for digit grouping in...

enhancement

Hi, let's say I have the following helper and template ``` ruby # helpers/posts_helper.rb module PostsHelper def posts @posts end def post_url(id) url_for controller: "posts", action: "show", id: id end...

question

I would like to add [Glob](https://pkg.go.dev/path/filepath#Glob) support to the runtimeconfig file paths, e.g. `/etc/my-app/*.yaml` would load all YAMLS files in alphabetical order in directory `/etc/my-app/`. ## Motivation _Allows empty directories_...

## Description This change introduce a [Loki](https://grafana.com/loki) connector. It supports log and metric queries. ## Additional context and related issues Currently the connector uses the older `ResultSetProvider`. A `PageSourceProvider` is...

cla-signed

**What this PR does / why we need it**: This change introduces a very simplified shardable topk approximation through the new vector aggregation `approx_topk`. We use a count min sketch...

size/XXL
area/helm
type/docs

## Description The original Loki connector release was missing a description of the result types of a metric query. This changes adds them. ## Release notes (x) This is not...

cla-signed
docs