Wiard van Rij

Results 26 issues of Wiard van Rij

By this commit: https://github.com/olafz/percona-clustercheck/commit/245f1e38a572c7821b8de7a77dab44a6418201f9 The default user is now: -clustercheckuser instead of clustercheckuser (the "-" has been added).

**`bingo version` output**: v0.5.2 **`go version` output**: go version go1.18 darwin/arm64 **What happened**: I'm running with `bingo get github.com/plexsystems/[email protected]` which looks like: ``` module _ // Auto generated by https://github.com/bwplotka/bingo....

## Intro When flushing the OpCache from the CLI we create a file called **allow-opcache.flush**. This file is for security measurements. After this file is created the frontend controller checks...

help wanted
Hacktoberfest

I currently have some JSON in which I do the following Get on: ``` gjson.Get(json, "panels.#.targets.#.expr") ``` Next I just do a recursive function to basically update the value of...

### What did you do? Let's say we have a deployment with a sidecar. We tell, via annotations, that it should scrape on container `foo` on port 9090. Example: ```...

It would be nice to have an overview with runID's (maybe with more info?) of current running jobs. Especially useful to check if someone forgot to stop a job.

Hi, for Thanos we have been using [email protected] (no shame) but I was working to upgrade this due to the awesome parallelism feature :) I'm not going to lie, I've...

question

Signed-off-by: Wiard van Rij Relates to https://github.com/prometheus/promu/issues/228 I'll place more info in the issue

Hiya. I'm introducing Parca and I'm using the demo to quickly give some examples to people. Figured to share some feedback - As a new user it would be really...

area/ui

# Setup We have 2 Slack receivers: `r1` and `r2`. We have routes with matchers like so: ``` - matchers: receiver: r2 routes: - matchers: - namespace!="" receiver: r1 -...