Markus Möslinger

Results 18 comments of Markus Möslinger
trafficstars

For your particular use case, I would recommend you to use strings with time units (like "1w" or "1w 12m" or something like that) instead of raw values - even...

How are you running your application? There is currently an open issue at spring-boot, which could be related. https://github.com/spring-projects/spring-boot/issues/3627#issuecomment-190862326

If I understand previously merge PRs around this topic correctly, there is another difference between the ICMP implementation of blackbox_exporter and go-ping: You seem to be using randomized ICMP identifiers...

Is there anything stopping this PR? It would be very useful to have this functionality for ping_exporter.

The available space next to the source index / label (and my added total size) is quite limited, cramming all external labels in there might get a bit tight, especially...

Yes, I meant _block stream_ when I wrote _source_, likely because we've one block stream per cluster. :) But besides that we're talking about the same thing, the first column...

Here is how it would look without any effort, right after Compactor removed of level of compaction due to retention, resulting in even less height to work with: ![lazy-list-solution](https://github.com/thanos-io/thanos/assets/4445747/bd77d37f-bfb7-4e87-9267-e3f9c18d8ee1) Changing...

[An E2E test](https://github.com/thanos-io/thanos/actions/runs/8469432784/job/23204758806?pr=7242#step:5:1057) is failing: ``` 15:27:12 toolsBucketWeb-1: ts=2024-03-28T15:27:12.979772333Z caller=runutil.go:117 level=error name=toolsBucketWeb-1 msg="function failed. Retrying in next tick" err="BaseFetcher: iter bucket: Get \"https://127.0.0.1:32790/toolsBucketWeb-test/?location=\": dial tcp 127.0.0.1:32790: connect: connection refused" 15:27:21...

I had a similar issue where I wanted to use glow output as a preview for `fzf`, or piping to something like `glow ... | cat`. It seems like you...

I'm getting the same error - I think I've never seen this working ;) I created a PR which fixed it for me, but I was assuming that it's related...