-
JIRA Issue: [KIEKER-632] Strange record contents in AspectJ-based probes
Original Reporter: Andre van Hoorn
***
It seemed that parameter values of the intercepted methods appeared in the monitoring …
-
Hi and thank you for this much needed library.
Have you considered, or are you planning to add, a way to drivers are able to communicate properly?
I'm thinking about exposing a function to `ping` …
-
**This is a Bug Report**
**Problem:** https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes mentioned _If the value of `periodSecond…
-
### What happened?
When executing livenessProbe exec command, timeoutSeconds does not work.
timeoutSeconds: 5
periodSeconds: 30
exec command: /opt/entrypoint.sh healthcheck ,healthcheck will req…
-
Hello,
Is it possible to select a desired range of Tm?
Thank you
-
Hello,
I am trying to decrease the number of probes that catch outputs by lowering the coverage parameter in my input, but it seems that after coverage is manually lowered past ~10%, the number of …
-
The proxy should expose something which can be used as the basis of a Kubernetes healthcheck (liveness and readiness probes). The operator should then configure those probes for the proxy `Deployment`…
-
## Feature Request
#### Use Case:
Vite dev server supports ping requests. Not on a path (why would it /s) but instead when passing in the `Accept: text/x-vite-ping` header.
I would much prefer…
-
Health probes right now are just TCP checks on the Talos API port (`50000`). It would be nice if we could actually check the health of the kubernetes API for control-plane nodes, and Talos health for …
bzub updated
2 months ago
-
JIRA Issue: [KIEKER-360] Probes should not do any work if monitoring is disabled
Original Reporter: Jan Waller
***
if (!CTRLINST.isMonitoringEnabled()) {
return thisJoinPoint.proceed();
}
A s…